Skip to content
New issue

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

setup doesn't work as described #2

Open
oliverdrechsel opened this issue Apr 25, 2017 · 3 comments
Open

setup doesn't work as described #2

oliverdrechsel opened this issue Apr 25, 2017 · 3 comments

Comments

@oliverdrechsel
Copy link

$ virtualenv -p python3 venv
$ source venv/bin/activate
$ pip install -r requirements_dev.txt
$ pip install -e .
  • requirements_dev.txt does not exist
    • requirements.txt targets requirements/test.txt
  • i needed to install Sphinx separately via apt-get
  • alternatively calling requirements/dev.txt causes an error for duplication:
 $ 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')
@holtgrewe
Copy link
Member

The current version is on the "develop" branch.

@oliverdrechsel
Copy link
Author

oliverdrechsel commented Apr 25, 2017

still the tool doesn't seem to check for sphinx presence...

need to manually run

  • pip install Sphinx
  • pip install sphinx_rtd_theme

@messersc
Copy link

I also had to do

pip install Sphinx
pip install sphinx_rtd_theme

@messersc messersc reopened this May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants