diff --git a/HISTORY.md b/HISTORY.md index ea75bbbf30..83193282e9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,6 @@ ### mlpack ?.?.? ###### ????-??-?? + * Update documentation for pip and conda installation packages. ### mlpack 3.2.1 ###### 2019-10-01 diff --git a/README.md b/README.md index 7e536ac138..1c766c9d45 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ src="https://cdn.rawgit.com/mlpack/mlpack.org/e7d36ed8/mlpack-black.svg" style="
Download: - current stable version (3.2.0) + current stable version (3 2.1)
diff --git a/doc/guide/python_quickstart.hpp b/doc/guide/python_quickstart.hpp index 4a3422cd87..115eecc107 100644 --- a/doc/guide/python_quickstart.hpp +++ b/doc/guide/python_quickstart.hpp @@ -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