Skip to content

Commit 9611ca6

Browse files
committed
Update ReadME.md
1 parent 791eead commit 9611ca6

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

ReadME.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,24 @@ blat
1919

2020
## Install
2121

22+
First, download the latest release from the release section or type the following command
23+
```
24+
wget https://github.com/Genomon-Project/fusionfusion/archive/v0.1.0.tar.gz
25+
tar zxvf v0.1.0.tar.gz
26+
```
27+
28+
Alternatively, you can download the latest developing version (which may be unstable)
2229
```
2330
git clone https://github.com/Genomon-Project/fusionfusion.git
24-
cd fusionfusion
31+
```
32+
33+
Then, install the package by standard python package protocol (https://docs.python.org/2/install/)
34+
```
35+
cd fusionfusion-0.1.0
2536
python setup.py build
2637
python setup.py install
2738
```
39+
2840
For the last command, you may need to add --user if you are using a shared computing cluster.
2941
```
3042
python setup.py install --user

0 commit comments

Comments
 (0)