Skip to content

Commit 3acb5bf

Browse files
committed
Update README
1 parent 290ed99 commit 3acb5bf

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ After you get a copy of the source code, please change into the directory where
1212
python setup.py install
1313
```
1414

15+
This will install the following packages. If some of these are already present,
16+
they might be replaced by the designated version. So we strongly recommend
17+
creating a separate enrivoment (using `venv` or `conda`) before installing
18+
`ribotricer`.
19+
20+
```
21+
pyfaidx>=0.5.0
22+
pysam>=0.11.2.2
23+
numpy>=1.11.0
24+
pandas>=0.20.3
25+
scipy>=0.19.1
26+
matplotlib>=2.1.0
27+
click>=6.0
28+
click-help-colors>=0.3
29+
quicksect>=0.2.0
30+
tqdm>=4.23.4
31+
```
32+
1533
------------------
1634

1735
## Workflow of ribotricer

0 commit comments

Comments
 (0)