You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a suggestion to add a dependency manager for faster creation of virtual environment for executing our scripts.
Python Poetry is my preference. In the end User would be able to execute something like this:
poetry install
poetry run python3 scripts/main.py
where poetry install would install all dependencies and poetry run would execute all of the commands in the virtual environment
Python Poetry is available for python versions >3.7
The text was updated successfully, but these errors were encountered:
This is a suggestion to add a dependency manager for faster creation of virtual environment for executing our scripts.
Python Poetry is my preference. In the end User would be able to execute something like this:
where
poetry install
would install all dependencies andpoetry run
would execute all of the commands in the virtual environmentThe text was updated successfully, but these errors were encountered: