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
@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
Please include requirements.txt
The text was updated successfully, but these errors were encountered: