From f4a024898604786d05995d574f4a100dfd2c3d3b Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Fri, 14 Sep 2018 09:49:06 +0530 Subject: [PATCH] Add alternate install instructions --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 89f8a17..46be8a0 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,23 @@ After [installing the dependencies](), you can simply use pip to install Camelot $ pip install camelot-py +### Alternatively + +You can install the dependencies [tk](https://www.tcl.tk/) and [ghostscript](https://www.ghostscript.com/) using your system's package manager. After that, clone the repo using: + +
+$ git clone https://www.github.com/socialcopsdev/camelot
+
+ +and install Camelot using pip: + +
+$ cd camelot
+$ pip install .
+
+ +Note: Use a [virtualenv](https://virtualenv.pypa.io/en/stable/) if you don't want to affect your global Python installation. + ## Documentation Great documentation is available at [insert link]().