Skip to content

Commit

Permalink
Merge pull request #124 from hyanwong/patch-2
Browse files Browse the repository at this point in the history
Add brief dev installation instructions
  • Loading branch information
jeromekelleher authored Feb 6, 2024
2 parents c366553 + ea00458 commit ded2c48
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 ded2c48

Please sign in to comment.