Skip to content

Commit eb5b926

Browse files
authored
Update installation notes
User emailed us with Python error of pdftables_api couldn't be found. Seems plausible to me that install might have failed due to no git installation (e.g. user is on Windows). So, this updates the README to reflect that.
1 parent 0665090 commit eb5b926

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)