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

requirements.txt #8

Open
sHaggYcaT opened this issue Feb 15, 2022 · 1 comment
Open

requirements.txt #8

sHaggYcaT opened this issue Feb 15, 2022 · 1 comment

Comments

@sHaggYcaT
Copy link

Please include requirements.txt

@frainfreeze
Copy link

@sHaggYcaT this project is using poetry (instead of pip) to handle dependencies - see poetry docs for installation of poetry on your machine. I also recommend using virtual environment (see more here). Once you have poetry installed can run poetry install to install dependencies, just like you would with pip install -r requirements.txt

If for whatever reason you still need requirements.txt you can generate them using poetry: poetry export -f requirements.txt --output requirements.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants