We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc4618 commit 4b0c93cCopy full SHA for 4b0c93c
README.md
@@ -34,11 +34,18 @@ pip install "torchx[kfp]"
34
pip install "torchx[kubernetes]"
35
```
36
37
+### Nightly
38
+
39
+```bash
40
+# install torchx sdk and CLI
41
+pip install torchx-nightly
42
+```
43
44
### Source
45
46
```bash
47
# install torchx sdk and CLI from source
-$ pip install -e git+https://github.com/pytorch/torchx.git
48
+$ pip install -e git+https://github.com/pytorch/torchx.git#egg=torchx
49
50
# install extra dependencies
51
$ pip install -e git+https://github.com/pytorch/torchx.git#egg=torchx[kubernetes]
0 commit comments