dwarf-assembly/stats/README.md

12 lines
277 B
Markdown
Raw Permalink Normal View History

2018-07-10 14:41:33 +02:00
# Statistical scripts
Computes stats about a whole lot of stuff.
## Setup
```sh
virtualenv -p python3 venv # Do this only once
source venv/bin/activate # Do this for every new shell working running the script
pip install -r requirements.txt # Do this only once
```