Difference between revisions of "Advanced Python Topics and Links"
(→Python Virtual Environments) |
(→Python Virtual Environments) |
||
Line 3: | Line 3: | ||
* virtualenv (for version 2 and 3) | * virtualenv (for version 2 and 3) | ||
* [https://docs.python.org/3/library/venv.html venv] (version 3 only) | * [https://docs.python.org/3/library/venv.html venv] (version 3 only) | ||
+ | * read [https://www.python.org/dev/peps/pep-0405/ PEP 405] on why venv is better. | ||
= Python Packaging = | = Python Packaging = | ||
* http://python-packaging-user-guide.readthedocs.io/ | * http://python-packaging-user-guide.readthedocs.io/ |