Skip to content

Commit

Permalink
Fix pip3install typos in Readme (pytorch#2342)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRisenPhoenix authored Aug 2, 2024
1 parent 0029c32 commit c2c487b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ On certain Windows machines (Windows 11), one should install the library locally

The **nightly build** can be installed via
```bash
pip3install torchrl-nightly
pip3 install torchrl-nightly
```
which we currently only ship for Linux and OsX (Intel) machines.
Importantly, the nightly builds require the nightly builds of PyTorch too.
Expand Down Expand Up @@ -590,7 +590,7 @@ Go to the directory where you have cloned the torchrl repo and install it (after
installing `ninja`)
```bash
cd /path/to/torchrl/
pip3install ninja -U
pip3 install ninja -U
python setup.py develop
```

Expand Down

0 comments on commit c2c487b

Please sign in to comment.