leezu commented on a change in pull request #17681: [CD] update pypi description, setup.py URL: https://github.com/apache/incubator-mxnet/pull/17681#discussion_r387208011
########## File path: tools/pip/doc/CPU_ADDITIONAL.md ########## @@ -40,3 +40,11 @@ To install, use: ```bash pip install mxnet ``` + +Nightly Builds +-------------- +The nightly builds for this package can be found at: https://dist.mxnet.io/python/cpu +To install the latest nightly build, use: +```bash +pip install --pre mxnet -f https://dist.mxnet.io/python/cpu Review comment: Let's use https://dist.mxnet.io/python/all here to make it easier for users to install other variants of mxnet pip package ```suggestion pip install --pre mxnet -f https://dist.mxnet.io/python/all ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
