We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ virtualenv -p python3 venv $ source venv/bin/activate $ pip install -r requirements_dev.txt $ pip install -e .
requirements_dev.txt
requirements/test.txt
requirements/dev.txt
$ pip install -r requirements/dev.txt Double requirement given: sphinx==1.5.5 (from -r requirements/dev.txt (line 13)) (already in sphinx from git+ssh://[email protected]/holtgrewe/sphinx.git@autodata/human-readable#egg=sphinx (from -r requirements/dev.txt (line 7)), name='sphinx')
The text was updated successfully, but these errors were encountered:
The current version is on the "develop" branch.
Sorry, something went wrong.
still the tool doesn't seem to check for sphinx presence...
sphinx
need to manually run
pip install Sphinx
pip install sphinx_rtd_theme
I also had to do
pip install Sphinx pip install sphinx_rtd_theme
No branches or pull requests
requirements_dev.txt
does not existrequirements/test.txt
requirements/dev.txt
causes an error for duplication:The text was updated successfully, but these errors were encountered: