Add alternate install instructions
This commit is contained in:
@@ -26,6 +26,14 @@ To install the dependencies needed for development, you can use pip:
|
|||||||
$ pip install camelot-py[dev]
|
$ pip install camelot-py[dev]
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
### Alternativly
|
||||||
|
|
||||||
|
You can clone the project repository, and install using pip:
|
||||||
|
|
||||||
|
<pre>
|
||||||
|
$ pip install .[dev]
|
||||||
|
</pre>
|
||||||
|
|
||||||
## Pull Requests
|
## Pull Requests
|
||||||
|
|
||||||
### Submit a Pull Request
|
### Submit a Pull Request
|
||||||
|
|||||||
Reference in New Issue
Block a user