Skip to content

Commit 8d1d5bb

Browse files
authored
Update Installing Python on Windows.txt
1 parent 485b1a0 commit 8d1d5bb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Installing Python on Windows.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Download Python 3 for Windows: https://www.python.org/downloads/windows/
2-
If you plan to use Python for SNMP requests pick version 3.5.3. PySNMP will not install easily on Python 3.6
32

43
Make sure your "python" and "python/scripts" folders are in %PATH%. For example if installing to "C:\python", edit %PATH% to include:
54
c:\python
@@ -24,4 +23,4 @@ https://developers.google.com/maps/documentation/geocoding/intro
2423
Visual C++ Build Tools needed to install PyCrypto and PySNMP (v14.0 aka 2015):
2524
http://landinghub.visualstudio.com/visual-cpp-build-tools
2625

27-
You should consider replacing PyCrypto (installed along with PySNMP) with PyCryptodome, which is considered more secure. I haven't tried this yet.
26+
When installing PySNMP via pip on Python 3.6, you get PyCryptodomeX instead of PyCrypto, which is a good thing.

0 commit comments

Comments
 (0)