Replies: 1 comment 3 replies
-
Thank you for raising this. While Lines 30 to 37 in 96d2fde If your use case is to install the project from source, you can run from the repository: pip install . This will automatically fetch all dependencies from PyPI with proper versions, and install any local changes you may have from source. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bug description
This library depends on specific versions of certain packages, and it would really help streamline the installation process by contributing a requirements.txt file to outline the necessary dependent packages. Thanks!
Expected behavior
users can then run
pip install -r requirements.txt
Code
this file can simply be created with:
pip freeze > requirements.txt
Beta Was this translation helpful? Give feedback.
All reactions