Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 729 Bytes

File metadata and controls

28 lines (20 loc) · 729 Bytes

Python Template project that uses poetry.

$: poetry env info  # show project virtualenv info

Commands

$: poetry self update  # poetry updates itself; poetry often breaks down!

$: poetry add request@latest  # update existing dependency

PyCharm is a free helpful IDE for Python that is fully compatible with poetry.
Make sure you create a virtualenv with poetry install rather then with PyCharm.

Errors

EnvCommandError
...
No Python at ...

Solution: delete the virtualenv under ...\AppData\Local\pypoetry\Cache\virtualenvs on Windows