This project sets up a Python Dev Env.
- Python 3.9 (py version I used, YMMV)
- M1 Pro (local env I used, YMMV)
- Zen of Python
make setup-venv
The project uses a Python virtual environment to manage Python dependencies.
To set up and activate the virtual environment:
make setup-venv
This command creates a virtual environment and installs the necessary dependencies from requirements.txt
.
The Makefile includes the following commands:
- setup-venv: Build the python virtual environment.
- clean: Tears down env, including venv.
- lint: Lint Python Code.