-
Notifications
You must be signed in to change notification settings - Fork 46
Testing
Dag Wieers edited this page Oct 16, 2019
·
2 revisions
When you have a project that depends on inputstreamhelper, you may need to be able to import inputstreamhelper for testing your add-on end-to-end (you should only need it for the playback routine really). To do this, it is best to add the below to your requirements.txt:
git+git://github.com/emilsvennesson/script.module.inputstreamhelper.git@master#egg=inputstreamhelper
This will pull in inputstreamhelper when the following is run:
pip install -r requirements.txt
NOTE: You need to have a fairly recent setuptools (41 or higher), run
pip install --upgrade setuptools
Feel free to add to or improve this Wiki space. Questions can be asked by opening an issue.