Skip to content

Commit 1d32ff1

Browse files
committed
Update developer notes
1 parent e557b72 commit 1d32ff1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ pip: (requires git installed)
1515
pip: (without git)
1616

1717
pip install https://github.com/pdftables/python-pdftables-api/archive/master.tar.gz
18-
19-
Locally:
2018

21-
python setup.py install
19+
For local development
20+
21+
uv sync
2222

2323
### Upgrading
2424

@@ -48,7 +48,7 @@ To specify Excel (single sheet) or Excel (multiple sheets) use `c.xlsx_single` o
4848

4949
## Test
5050

51-
python -m unittest test.test_pdftables_api
51+
Tests run with pytest: `uv run pytest`
5252

5353
## Configuring a timeout
5454

0 commit comments

Comments
 (0)