Skip to content

Commit 4b0c93c

Browse files
aivanoufacebook-github-bot
authored andcommitted
Correct install instruction in readme (#200)
Summary: Pull Request resolved: #200 Correct install instruction in readme Reviewed By: d4l3k Differential Revision: D31173197 fbshipit-source-id: abc5c442f39650372aeb43de14e6dc464fc84055
1 parent 4fc4618 commit 4b0c93c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,18 @@ pip install "torchx[kfp]"
3434
pip install "torchx[kubernetes]"
3535
```
3636

37+
### Nightly
38+
39+
```bash
40+
# install torchx sdk and CLI
41+
pip install torchx-nightly
42+
```
43+
3744
### Source
3845

3946
```bash
4047
# install torchx sdk and CLI from source
41-
$ pip install -e git+https://github.com/pytorch/torchx.git
48+
$ pip install -e git+https://github.com/pytorch/torchx.git#egg=torchx
4249

4350
# install extra dependencies
4451
$ pip install -e git+https://github.com/pytorch/torchx.git#egg=torchx[kubernetes]

0 commit comments

Comments
 (0)