In powershell run (detailed instructions here):
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
- In
PowerShell
cd to project folder:
cd path/to/plotting-script/folder
- Install project
poetry install
- Create
spreadsheets
folder in the project directory and put spreadsheet files there - Adjust
plotting_script/config.py
file - In PowerShell execute
poetry run main