From 25c591b1819b4cbacf26859a0cc3bc6411cc7d44 Mon Sep 17 00:00:00 2001 From: Avinash Madasu Date: Mon, 10 Feb 2020 23:39:21 +0530 Subject: [PATCH] Update Installation instructions for source (#1146) --- docs/install/install-include.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/install-include.rst b/docs/install/install-include.rst index 13f086e7af..aeb4c2d1f6 100644 --- a/docs/install/install-include.rst +++ b/docs/install/install-include.rst @@ -118,7 +118,7 @@ Select your preferences and run the install command. .. code-block:: bash pip install --pre --upgrade mxnet - git clone https://github.com/dmlc/gluon-nlp + git clone https://github.com/dmlc/gluon-nlp --branch master cd gluon-nlp && python setup.py install --user .. container:: cuda