Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 427 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 427 Bytes

python_template

This is a template repository to start new Python projects

Environment setup

To set up python, follow the instructions in the python setup guide.

Poetry setup

Follow the installation instructions in the poetry documentation.

Activate the python virtual environment

poetry shell

Run the main script

python main.py