Skip to content

Commit d6d3f1f

Browse files
Update dev docs
Closes #498
1 parent 57d39f4 commit d6d3f1f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To install `tsdate` simply run:
2424

2525
Once installed, `tsdate`'s {ref}`Command Line Interface (CLI) <sec_cli>` can be accessed via:
2626

27-
$ python3 -m tsdate
27+
$ python -m tsdate
2828

2929
or
3030

@@ -35,13 +35,13 @@ of the inference process.
3535

3636
(sec_installation_testing)=
3737

38-
## Testing
38+
## Development
3939

40-
Unit tests can be run from a clone of the
41-
[Github repository](https://github.com/tskit-dev/tsdate) by running pytest
42-
at the top level of the repository
40+
See the [tskit developer documentation](https://tskit.dev/tskit/docs/stable/development.html)
41+
for the general development workflow (git, prek, testing, documentation).
42+
Install development dependencies with `uv sync` and run the tests with:
4343

44-
$python -m pytest
44+
$ uv run pytest
4545

4646
_Tsdate_ makes extensive use of [numba](https://numba.pydata.org)'s
4747
"just in time" (jit) compilation to speed up time-consuming numerical functions.

0 commit comments

Comments
 (0)