Add alternate install instructions

This commit is contained in:
Vinayak Mehta
2018-09-14 09:55:22 +05:30
committed by GitHub
parent ddff66f204
commit f5a748e57f
+8
View File
@@ -26,6 +26,14 @@ To install the dependencies needed for development, you can use pip:
$ pip install camelot-py[dev]
</pre>
### Alternativly
You can clone the project repository, and install using pip:
<pre>
$ pip install .[dev]
</pre>
## Pull Requests
### Submit a Pull Request