Update conda definition

pull/2/head
Vinayak Mehta 2018-10-30 23:48:56 +05:30
parent e8af4c2c1c
commit 29f22ad1a6
2 changed files with 2 additions and 2 deletions

View File

@ -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.
<pre>
$ conda install -c conda-forge camelot-py

View File

@ -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