Skip to content

Commit

Permalink
Include instruction to install doc requirement.txt (openai#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
axb2035 authored Nov 30, 2022
1 parent f24fa14 commit 203e4e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 203e4e7

Please sign in to comment.