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