-
If not using
pip
to install, install Poetry -
Install Docker Desktop
poetry install
After installing, to find where your new virtualenv is located:
poetry env info -p
And to enter a shell with the virtualenv:
poetry shell
pip install -r requirements.txt
To start the DB:
docker-compose up db
To shutdown the DB:
docker-compose down
python examples/<file>.py
For example:
python examples/constraints.py