We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 791eead commit 9611ca6Copy full SHA for 9611ca6
1 file changed
ReadME.md
@@ -19,12 +19,24 @@ blat
19
20
## Install
21
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)
29
```
30
git clone https://github.com/Genomon-Project/fusionfusion.git
-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
36
python setup.py build
37
python setup.py install
38
39
40
For the last command, you may need to add --user if you are using a shared computing cluster.
41
42
python setup.py install --user
0 commit comments