Skip to content

Commit bb39968

Browse files
upate readme
1 parent e9f291d commit bb39968

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,20 @@ Python Modules for Circos Plot
1919
----------------
2020

2121
::
22+
git clone https://github.com/tsznxx/PyCircos.git
23+
cd Pycircos
24+
python setup.py install [--user]
2225

23-
> git clone https://github.com/tsznxx/PyCircos.git
24-
> cd Pycircos
25-
> python setup.py install [--user]
26+
or
27+
28+
::
29+
pip install PyCircos
2630

2731
3. Examples
2832
-------------
2933

3034
::
31-
32-
> cd demo
33-
> python run_circos.py run
34-
> display Circos.pdf
35+
cd demo
36+
python run_circos.py run
37+
display Circos.pdf
3538

0 commit comments

Comments
 (0)