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
Fix development guide to use the special flags in installing instead of nonexistent requirements.txt. We should say pip install ".[test]" instead of pip install -r requirements.txt`.
The text was updated successfully, but these errors were encountered:
How could we improve the documentation?
Fix development guide to use the special flags in installing instead of nonexistent requirements.txt. We should say
pip install ".[test]" instead of
pip install -r requirements.txt`.The text was updated successfully, but these errors were encountered: