Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dependency manager to python part of the project #79

Open
zlochina opened this issue Sep 5, 2024 · 0 comments
Open

Add Dependency manager to python part of the project #79

zlochina opened this issue Sep 5, 2024 · 0 comments
Labels

Comments

@zlochina
Copy link
Collaborator

zlochina commented Sep 5, 2024

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
@zlochina zlochina added enhancement New feature or request Performance labels Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant