Include instruction to install doc requirement.txt (#169)

This commit is contained in:
axb2035
2022-12-01 08:57:35 +10:30
committed by GitHub
parent f24fa1426c
commit 203e4e7920

View File

@@ -32,8 +32,9 @@ Ensure the environment is in Gymnasium (or your fork). Ensure that the environme
Install the required packages and Gymnasium (or your fork):
```
pip install -r requirements.txt
pip install gymnasium
cd docs
pip install -r requirements.txt # To install document builder requirements.
```
To build the documentation once: