git clone git@github.com:causalhq/pip-interview.git pip
Instructions geared for unix/mac using bash.
For windows see: https://pip.pypa.io/en/latest/development/getting-started/#get-the-source-code
brew install python@3.10
alias python=python3.10
python -m venv .venv
source .venv/bin/activate
python -m pip install nox
python -m pip install -e .
python -m pip --version
nox -s test-3.10 -- tests/unit/test_packaging.py