Skip to content

Commit 794b7e0

Browse files
author
Vincent Moens
committed
[Minor] Quick edits to .md files
ghstack-source-id: d0fbd3d Pull-Request-resolved: #2931
1 parent afd2533 commit 794b7e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ or the git version of the library:
1717
```
1818
pip install git+https://github.com/pytorch/tensordict
1919
```
20+
This command requires `pybind11[global]` and cmake to be installed.
2021

2122
Once cloned, make sure you install torchrl in develop mode by running
2223
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -895,7 +895,7 @@ git clone https://github.com/pytorch/rl
895895
```
896896
and don't forget to check out the branch or tag you want to use for the build:
897897
```bash
898-
git checkout v0.4.0
898+
git checkout v0.8.0
899899
```
900900

901901
Go to the directory where you have cloned the torchrl repo and install it (after

0 commit comments

Comments
 (0)