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
I think the setup steps in the README need to include:
pip install -r requirements.txt
Or maybe what's included in requirements.txt needs to be added to setup.py...
But after only running pip install -e .pytest is not installed and I get the following error:
(.env) Lucass-MBP:courtbot-library lucasj$ pytest tests/
-bash: /Users/lucasj/Code/lib/code4tulsa/courtbot-library/.env/bin/pytest: No such file or directory
The text was updated successfully, but these errors were encountered:
I think the setup steps in the README need to include:
Or maybe what's included in
requirements.txt
needs to be added tosetup.py
...But after only running
pip install -e .
pytest
is not installed and I get the following error:The text was updated successfully, but these errors were encountered: