Skip to content

Commit

Permalink
fix up
Browse files Browse the repository at this point in the history
  • Loading branch information
tommybolin committed Oct 19, 2018
1 parent 5b08eb3 commit 9bbffab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config_sphinx.py
Expand Up @@ -34,7 +34,7 @@
output, error = process.communicate()

# Install
bashCommand = "pip install -r ../lectures/requirements.txt"
bashCommand = "pip install -r ../_lectures/requirements.txt"
process = subprocess.Popen(bashCommand.split(), stdout=subprocess.PIPE)
output, error = process.communicate()

Expand Down

0 comments on commit 9bbffab

Please sign in to comment.