Install Poetry (Windows)
- Open PowerShell
- Run
(Invoke-WebRequest -Uri https://install.python-poetry.org -UseBasicParsing).Content | py -
- Add this path(C:\Users\bolli\AppData\Roaming\Python\Scripts) below to the Environment Variables
- (Option) Turn on in-project virtual environment:
poetry config virtualenvs.in-project true