Skip to content

Commit

Permalink
pointer to msprime
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Jun 6, 2018
1 parent 2a816d0 commit 63748a7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@ The tree sequence toolkit
**This repository is a placeholder, and currently only exists to ensure the
name isn't taken on PyPI.**

We expect development to begin on tskit soon.
Currently, the `tskit` tools are still bundled with the Python package [`msprime`](https://github.com/tskit-dev/msprime).
We expect to separate the two soon,
but to use `tskit` in the meantime, [install `msprime`](https://msprime.readthedocs.io/en/latest/installation.html),
and then
```
import msprime as tskit
```
will get you the functionality that `tskit` will provide in the future.

0 comments on commit 63748a7

Please sign in to comment.