Skip to content

Commit

Permalink
Use real link for python_requirements in README
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <[email protected]>
  • Loading branch information
AndrejOrsula committed Oct 13, 2021
1 parent 3367baa commit 2a58185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ These are the primary dependencies required to use this project.
- [PyTorch](https://pytorch.org/get-started/locally) (last tested on 1.9.1)
- [Stable-Baselines3](https://stable-baselines3.readthedocs.io/en/master/guide/install.html) (last tested on 1.2.0) and [sb3-contrib](https://stable-baselines3.readthedocs.io/en/master/guide/sb3_contrib.html#installation)

Python dependencies are listed under [python_requirements.txt](./python_requirements.txt). All of these (including Pytorch and Stable-Baselines3) can be installed via `pip`.
Python dependencies are listed under [python_requirements.txt](./docker/python_requirements.txt). All of these (including Pytorch and Stable-Baselines3) can be installed via `pip`.

```bash
pip3 install -r python_requirements.txt
Expand Down

0 comments on commit 2a58185

Please sign in to comment.