- Need to have poetry on path
- Clone project
- Run
poetry install
in project
To run the script - poetry run python main.py
Note
we do want the poetry.lock file in repo. It is what keeps track of project dependency versions for the poetry install
command to install. If a project dependency needs to be updated the lock file should be pushed to git.