| 57 | |
| 58 | == NetBox Installation == |
| 59 | This section of the documentation discusses installing and configuring the NetBox application itself. |
| 60 | === Install System Packages === |
| 61 | Begin by installing all system packages required by NetBox and its dependencies. |
| 62 | Python 3.8 or later required |
| 63 | |
| 64 | {{{ |
| 65 | # sudo apt install -y python3 python3-pip python3-venv python3-dev build-essential libxml2-dev libxslt1-dev libffi-dev libpq-dev libssl-dev zlib1g-dev |
| 66 | }}} |
| 67 | Before continuing, check that your installed Python version is at least 3.8: |
| 68 | {{{ |
| 69 | # python3 -V |
| 70 | }}} |