diff --git a/README.md b/README.md index 6f3edaa..6a6128f 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ See [comparison with other PDF table extraction libraries and tools](https://git ### Using conda -The easiest way to install Camelot is to install it with [conda](https://conda.io/docs/), which is the package manager that the [Anaconda](http://docs.continuum.io/anaconda/) distribution is built upon. +The easiest way to install Camelot is to install it with [conda](https://conda.io/docs/), which is a package manager and environment management system for the [Anaconda](http://docs.continuum.io/anaconda/) distribution.
$ conda install -c conda-forge camelot-py
diff --git a/docs/user/install.rst b/docs/user/install.rst
index 8d1762c..2c71d39 100644
--- a/docs/user/install.rst
+++ b/docs/user/install.rst
@@ -8,7 +8,7 @@ This part of the documentation covers how to install Camelot.
Using conda
-----------
-The easiest way to install Camelot is to install it with `conda`_, which is the package manager that the `Anaconda`_ distribution is built upon.
+The easiest way to install Camelot is to install it with `conda`_, which is a package manager and environment management system for the `Anaconda`_ distribution.
::
$ conda install -c conda-forge camelot-py