commit | 7c8d53f50ec28739e979610226f1d76eb303a1eb | [log] [tgz] |
---|---|---|
author | restelli <arestell@umd.edu> | Wed Oct 19 20:48:53 2022 -0400 |
committer | GitHub <noreply@github.com> | Wed Oct 19 20:48:53 2022 -0400 |
tree | 6a3f24c8502d55ddd4cf10861cd83a09cd63daa5 | |
parent | 964df3e6e0ae1bf930be8031cbf616caeec37da3 [diff] |
Fix to building instructions `. /env/activate` does not work when building the documentation. Changed with `. /env/bin/activate' Signed-off-by: restelli <arestell@umd.edu>
diff --git a/README.rst b/README.rst index f943fa4..f225b43 100644 --- a/README.rst +++ b/README.rst
@@ -89,7 +89,7 @@ # Create a Python virtual environment and install requirements into it. virtualenv env --python=python3 - . env/activate + . env/bin/activate pip install -r requirements.txt # Build the documentation