Add package to install (#378)

* Add package to install

* Update docs packages installation command

Co-authored-by: Antonin RAFFIN <antonin.raffin@ensta.org>
This commit is contained in:
Tom Dörr 2021-04-10 14:04:37 +02:00 committed by GitHub
parent c0966f3745
commit 1ed15bf6ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -6,9 +6,9 @@ This folder contains documentation for the RL baselines.
### Build the Documentation
#### Install Sphinx and Theme
Execute this command in the project root:
```
pip install sphinx sphinx-autobuild sphinx-rtd-theme
pip install -e .[docs]
```
#### Building the Docs

View file

@ -31,9 +31,9 @@ Documentation:
- Added link to SuperSuit in projects (@justinkterry)
- Fixed DQN example (thanks @ltbd78)
- Clarify channel-first/channel-last recommendation
- Update sphinx environment installation instructions (@tom-doerr)
- Clarify pip installation in Zsh (@tom-doerr)
Release 1.0 (2021-03-15)
------------------------