~~NOTOC~~ |<100% 25% - >| ^ \\ DATA ANALYTICS REFERENCE DOCUMENT\\ \\ ^^ ^ Document Title:|Using and creating python virtual environments| ^ Document No.:|1575321059| ^ Author(s):|Gerhard van der Linde| ^ Contributor(s):| | **REVISION HISTORY** |< 100% 10% - - 10% 17% 10% >| ^ \\ Revision\\ \\ ^\\ Details of Modification(s)^\\ Reason for modification^ \\ Date ^ \\ By ^ | [[:doku.php?id=help:python:venv&do=revisions|0]] |Draft release|Documenting the use and creation of Python Virtual Environments| 2019/12/02 21:10 | Gerhard van der Linde | ---- ====== Python Virtual Environment ====== * https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/ ===== Create a virtual environment ===== python -m venv venv .\env\Scripts\activate deactivate pip freeze >>requirements