Update documentation to point to correct pip and conda packages.

This commit is contained in:
Ryan Curtin
2019-10-05 00:07:46 -04:00
parent 842c137c1a
commit 26cf53adb1
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -17,11 +17,11 @@ Installing the mlpack bindings for Python is straightforward. It's easy to use
conda or pip to do this:
@code{.sh}
pip install mlpack3
pip install mlpack
@endcode
@code{.sh}
conda install -c mlpack mlpack
conda install -c conda-forge mlpack
@endcode
Otherwise, we can build the Python bindings from scratch, as follows. First we