Skip to content

Commit b818a25

Browse files
authored
Merge pull request #12 from pdftables/install-note-for-git
Update installation notes
2 parents 73e9713 + eb5b926 commit b818a25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ Python library to interact with the
88

99
## Installation
1010

11-
PIP:
11+
pip: (requires git installed)
1212

1313
pip install git+https://github.com/pdftables/python-pdftables-api.git
1414

15+
pip: (without git)
16+
17+
pip install https://github.com/pdftables/python-pdftables-api/archive/master.tar.gz
18+
1519
Locally:
1620

1721
python setup.py install

0 commit comments

Comments
 (0)