|
|
|
|
|
by 4kelly
948 days ago
|
|
Looks mostly good, but also has extra elements you don’t really need. Pyenv - managing / installing multiple python versions. Then all you need to start is regular virtual environments ‘python -m venv .venv’ with ‘requirements.txt’, but I also recommend poetry. This is for dependency isolation between projects. Packaging up projects for distribution is a whole other venture though! |
|