Add alternate install instructions

pull/2/head
Vinayak Mehta 2018-09-14 09:55:22 +05:30 committed by GitHub
parent ddff66f204
commit f5a748e57f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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