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

Last modified June 20, 2023: 2023-06-20 update (eff8d6b)