Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 287 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 287 Bytes

Development Environment with Poetry

This package allows for an easy containerized development environment with Poetry, to be opened with vscode.

After opening the dev environment, activate the virtualenv with:

source .venv/bin/activate

Currently setup to use Python 3.10