From 29f22ad1a69ded04ec5199c8d86d55c7687f6ab6 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Tue, 30 Oct 2018 23:48:56 +0530 Subject: [PATCH] Update conda definition --- README.md | 2 +- docs/user/install.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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