Skip to content

Commit

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

# Install
bashCommand = "pip install -r 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 5b08eb3

Please sign in to comment.