From 8a19c6095fd4cf184717ed4a87adcb5d746689ed Mon Sep 17 00:00:00 2001 From: Jerome Kelleher Date: Fri, 6 Mar 2026 10:58:29 +0000 Subject: [PATCH] Update dev docs Closes #498 --- docs/installation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index adc25f79..b222e243 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -24,7 +24,7 @@ To install `tsdate` simply run: Once installed, `tsdate`'s {ref}`Command Line Interface (CLI) ` can be accessed via: - $ python3 -m tsdate + $ python -m tsdate or @@ -35,13 +35,13 @@ of the inference process. (sec_installation_testing)= -## Testing +## Development -Unit tests can be run from a clone of the -[Github repository](https://github.com/tskit-dev/tsdate) by running pytest -at the top level of the repository +See the [tskit developer documentation](https://tskit.dev/tskit/docs/stable/development.html) +for the general development workflow (git, prek, testing, documentation). +Install development dependencies with `uv sync` and run the tests with: - $python -m pytest + $ uv run pytest _Tsdate_ makes extensive use of [numba](https://numba.pydata.org)'s "just in time" (jit) compilation to speed up time-consuming numerical functions.