Explorar o código

Merge pull request #1070 from bellwood/patch-1

Python3 fixes for CentOS/RHEL
Jeremy Stretch %!s(int64=9) %!d(string=hai) anos
pai
achega
6dcc5a1169
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      docs/installation/netbox.md

+ 2 - 1
docs/installation/netbox.md

@@ -20,7 +20,8 @@ Python 3:
 
 ```no-highlight
 # yum install -y epel-release
-# yum install -y gcc python3 python3-devel python3-pip libxml2-devel libxslt-devel libffi-devel graphviz openssl-devel
+# yum install -y gcc python34 python34-devel python34-setuptools libxml2-devel libxslt-devel libffi-devel graphviz openssl-devel
+# easy_install-3.4 pip
 ```
 
 Python 2: