Просмотр исходного кода

Don't pin Ubuntu installations to Python 3.6

Jeremy Stretch 5 лет назад
Родитель
Сommit
e13d96a6f2
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/installation/3-netbox.md

+ 2 - 2
docs/installation/3-netbox.md

@@ -7,12 +7,12 @@ This section of the documentation discusses installing and configuring the NetBo
 Begin by installing all system packages required by NetBox and its dependencies.
 Begin by installing all system packages required by NetBox and its dependencies.
 
 
 !!! note
 !!! note
-    NetBox v2.8.0 and later require Python 3.6, 3.7, or 3.8. This documentation assumes Python 3.6.
+    NetBox v2.8.0 and later require Python 3.6, 3.7, or 3.8.
 
 
 ### Ubuntu
 ### Ubuntu
 
 
 ```no-highlight
 ```no-highlight
-sudo apt install -y python3.6 python3-pip python3-venv python3-dev build-essential libxml2-dev libxslt1-dev libffi-dev libpq-dev libssl-dev zlib1g-dev
+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
 ```
 ```
 
 
 ### CentOS
 ### CentOS