Python Notes
Starting Project
-
cd into package or dev
-
python3 -m venv venv
-
source venv/bin/activate
-
python -m pip install AYZ
-
#!/usr/bin/env python
-
deactivate
Reference
- https://realpython.com/python-virtual-environments-a-primer/
- https://learnpython.com/blog/python-requirements-file/
Last modified June 20, 2023: 2023-06-20 update (eff8d6b)