Skip to content

Commit c2c487b

Browse files
Fix pip3install typos in Readme (#2342)
1 parent 0029c32 commit c2c487b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ On certain Windows machines (Windows 11), one should install the library locally
559559

560560
The **nightly build** can be installed via
561561
```bash
562-
pip3install torchrl-nightly
562+
pip3 install torchrl-nightly
563563
```
564564
which we currently only ship for Linux and OsX (Intel) machines.
565565
Importantly, the nightly builds require the nightly builds of PyTorch too.
@@ -590,7 +590,7 @@ Go to the directory where you have cloned the torchrl repo and install it (after
590590
installing `ninja`)
591591
```bash
592592
cd /path/to/torchrl/
593-
pip3install ninja -U
593+
pip3 install ninja -U
594594
python setup.py develop
595595
```
596596

0 commit comments

Comments
 (0)