Potential Update to dev-requirements.txt #5035
-
|
I recently forked and cloned this repo on to my computer and was setting up my environment. I simply opened the dev-requirements.txt and downloaded every package using pip. Then I attempted to run using
Odd. I installed all dev-requirements programmatically. It turns out dev-requirements.txt uses Then ran
For your convenience |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
dev-requirements are for running tests and other stuff. You are completely missing Streamlink's runtime dependencies, which are defined by setuptools and which get installed by Lines 41 to 51 in 9b19e62 Read this. |
Beta Was this translation helpful? Give feedback.
dev-requirements are for running tests and other stuff. You are completely missing Streamlink's runtime dependencies, which are defined by setuptools and which get installed by
python-pipwhen you build and install the wheel, preferrably in editable mode.streamlink/setup.cfg
Lines 41 to 51 in 9b19e62
Read this.
https://streamlink.github.io/devel…