From e8af4c2c1c6a894fdf48905e6aee0f775540f295 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Tue, 30 Oct 2018 23:36:31 +0530 Subject: [PATCH] Update conda install instructions --- README.md | 10 +--------- docs/user/install.rst | 9 ++------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 5ad0426..6f3edaa 100644 --- a/README.md +++ b/README.md @@ -63,16 +63,8 @@ See [comparison with other PDF table extraction libraries and tools](https://git 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. -First, let's add the [conda-forge](https://conda-forge.org/) channel to conda's config: -
-$ conda config --add channels conda-forge
-
- -Now, you can simply use conda to install Camelot: - -
-$ conda install -c camelot-dev camelot-py
+$ conda install -c conda-forge camelot-py
 
### Using pip diff --git a/docs/user/install.rst b/docs/user/install.rst index 4d011ca..8d1762c 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -9,14 +9,9 @@ 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. +:: -First, let's add the `conda-forge`_ channel to conda's config:: - - $ conda config --add channels conda-forge - -Now, you can simply use conda to install Camelot:: - - $ conda install -c camelot-dev camelot-py + $ conda install -c conda-forge camelot-py .. note:: Camelot is available for Python 2.7, 3.5 and 3.6 on Linux, macOS and Windows. For Windows, you will need to install ghostscript which you can get from their `downloads page`_.