Skip to content

Commit e60fabf

Browse files
committed
update README
Signed-off-by: Oleksii Kuchaiev <[email protected]>
1 parent c79cbf5 commit e60fabf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.rst

+11
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,17 @@ You can use our `NGC PyTorch container <https://ngc.nvidia.com/catalog/container
5959

6060
and then continue with the following steps.
6161

62+
If you have all requirements installed (or are using `NGC PyTorch container <https://ngc.nvidia.com/catalog/containers/nvidia:pytorch>`_ ),
63+
then you can simply use pip to install the latest released version of NeMo and its collections (currently 0.8):
64+
65+
.. code-block:: bash
66+
67+
pip install nemo-toolkit # install NeMo Core
68+
pip install nemo-asr # installs NeMo ASR collection
69+
pip install nemo-nlp # installs NeMo NLP collection
70+
71+
If you prefer to use NeMo's latest development version (from GitHub) follow the steps below:
72+
6273
**Note**
6374

6475
For step 2 and 3, if you want to use NeMo in development mode, use:

0 commit comments

Comments
 (0)