diff --git a/docs/README.md b/docs/README.md index 96cb026c3..599e09060 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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: