Add alternate install instructions
parent
ddff66f204
commit
f5a748e57f
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue