From f5a748e57f75b1a4af9282b78723fc05a0703746 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Fri, 14 Sep 2018 09:55:22 +0530 Subject: [PATCH] Add alternate install instructions --- CONTRIBUTING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1fb6b8c..c560643 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,6 +26,14 @@ To install the dependencies needed for development, you can use pip: $ pip install camelot-py[dev] +### Alternativly + +You can clone the project repository, and install using pip: + +
+$ pip install .[dev]
+
+ ## Pull Requests ### Submit a Pull Request