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
Trying to run the crawler I came across the following:
To install dependencies I had to choose between user (requirements.txt) and developer (requirements-dev.txt). The difference between these two (in terms of use cases) wasn't clear. Can we add some documentation to help people decide?
Installing as a user I tried to run the tests, but I was missing the pytest library. Can we add pytest to the user requirements or add a note that running tests is only for developers?
The text was updated successfully, but these errors were encountered:
Trying to run the crawler I came across the following:
pytest
library. Can we addpytest
to the user requirements or add a note that running tests is only for developers?The text was updated successfully, but these errors were encountered: