Set up a new repo with Poetry.
Install these prerequisites:
- Virtual environment with Python 3.9. You can choose to install Miniconda to choose which Python version to create a new virtual env with.
- Poetry >= 1.8.3. Make sure Poetry use the correct Python executable from the above venv by running
poetry env info
.
# This command will automatically install all packages specified in `poetry.lock` file.
poetry install