Skip to content

Commit 34488e4

Browse files
Merge pull request #597 from tskit-dev/docs-update
Update dev docs
2 parents 18db3bb + 21dbf30 commit 34488e4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

docs/development.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11

22
# Development
33

4-
To run the development dependencies use
4+
See the [tskit developer documentation](https://tskit.dev/tskit/docs/stable/development.html)
5+
for the general development workflow (git, prek, testing, documentation).
6+
7+
Install development dependencies with:
58

69
```
7-
python3 -m pip install .[dev]
10+
$ uv sync
811
```
912

10-
To run the unit tests, use
13+
Run the unit tests with:
1114

1215
```
13-
python3 -m pytest
16+
$ uv run pytest
1417
```
1518

16-
You may need to regenerate some cached test fixtures occasionaly (particularly
17-
if getting cryptic errors when running the test suite). To do this, run
19+
You may need to regenerate some cached test fixtures occasionally (particularly
20+
if getting cryptic errors when running the test suite). To do this, run:
1821

1922
```
2023
rm -fR tests/data/cache/

0 commit comments

Comments
 (0)