Skip to content

Commit

Permalink
Remove mention of nightly in pypi (apache#18635)
Browse files Browse the repository at this point in the history
  • Loading branch information
szha authored and AntiZpvoh committed Jul 6, 2020
1 parent a2475a1 commit 63d6faf
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 42 deletions.
7 changes: 0 additions & 7 deletions tools/pip/doc/CPU_ADDITIONAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,3 @@ To install, use:
```bash
pip install mxnet
```

Nightly Builds
--------------
To install the latest nightly build, use:
```bash
pip install --pre mxnet -f https://dist.mxnet.io/python
```
7 changes: 0 additions & 7 deletions tools/pip/doc/CU100_ADDITIONAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,3 @@ To install:
```bash
pip install mxnet-cu100
```

Nightly Builds
--------------
To install the latest nightly build, use:
```bash
pip install --pre mxnet-cu100 -f https://dist.mxnet.io/python
```
7 changes: 0 additions & 7 deletions tools/pip/doc/CU101_ADDITIONAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,3 @@ To install:
```bash
pip install mxnet-cu101
```

Nightly Builds
--------------
To install the latest nightly build, use:
```bash
pip install --pre mxnet-cu101 -f https://dist.mxnet.io/python
```
7 changes: 0 additions & 7 deletions tools/pip/doc/CU102_ADDITIONAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,3 @@ To install:
```bash
pip install mxnet-cu102
```

Nightly Builds
--------------
To install the latest nightly build, use:
```bash
pip install --pre mxnet-cu102 -f https://dist.mxnet.io/python
```
7 changes: 0 additions & 7 deletions tools/pip/doc/CU92_ADDITIONAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,3 @@ To install:
```bash
pip install mxnet-cu92
```

Nightly Builds
--------------
To install the latest nightly build, use:
```bash
pip install --pre mxnet-cu92 -f https://dist.mxnet.io/python
```
7 changes: 0 additions & 7 deletions tools/pip/doc/NATIVE_ADDITIONAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,3 @@ To install:
```bash
pip install mxnet-native
```

Nightly Builds
--------------
To install the latest nightly build, use:
```bash
pip install --pre mxnet-native -f https://dist.mxnet.io/python
```

0 comments on commit 63d6faf

Please sign in to comment.