Skip to content

Commit 77c11de

Browse files
committed
Update developer notes
1 parent 245f3d2 commit 77c11de

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 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,12 @@ 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: `make test`
52+
53+
## Linting and formatting
54+
55+
* Format with `make format`
56+
* Apply Ruff fixes with `make fix`
5257

5358
## Configuring a timeout
5459

0 commit comments

Comments
 (0)