Skip to content

Commit 7c8d53f

Browse files
authored
Fix to building instructions
`. /env/activate` does not work when building the documentation. Changed with `. /env/bin/activate' Signed-off-by: restelli <[email protected]>
1 parent 964df3e commit 7c8d53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ To build documentation locally, you could use the following commands:
8989
9090
# Create a Python virtual environment and install requirements into it.
9191
virtualenv env --python=python3
92-
. env/activate
92+
. env/bin/activate
9393
pip install -r requirements.txt
9494
9595
# Build the documentation

0 commit comments

Comments
 (0)