Skip to content

Commit

Permalink
Add brief dev installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hyanwong authored Feb 6, 2024
1 parent c366553 commit ea00458
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ To launch the app use:
On WSL, it may be necessary to disable Numba's CUDA support:

`NUMBA_DISABLE_CUDA=1 python -m tsqc /path/to/trees-file`

## Installation

Tsqc is currently in development. To install the latest dev version from github, try

```
python -m pip install git+https://github.com/tskit-dev/tsqc
```

0 comments on commit ea00458

Please sign in to comment.