Skip to content

Commit 9663fa6

Browse files
Update README.md
1 parent 030abaf commit 9663fa6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Python Modules for Circos Plot
22

3-
![travis-ci](https://www.travis-ci.org/KimBioInfoStudio/PyCircos.svg?branch=develop)
3+
[![Build Status](https://travis-ci.com/KimBioInfoStudio/PyCircos.svg?branch=develop)](https://travis-ci.com/KimBioInfoStudio/PyCircos)
44
![codecov](https://codecov.io/gh/KimBioInfoStudio/PyCircos/branch/develop/graph/badge.svg)
5-
![PyPI - Wheel](https://img.shields.io/pypi/wheel/yes.svg)
6-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/python2.svg)
75

8-
## 1.Pre Installation
6+
7+
8+
## 1. Pre Installation
99

1010
> As official, Pyhton2 will end life form 2020-1-1, So we develop a new version support Python3.5+, We deeply recommand all users using the python version 3.5+, Thx!
1111
@@ -16,7 +16,7 @@
1616
3. matplotlib
1717

1818

19-
## 2.Installation
19+
## 2. Installation
2020
### intall dev branch
2121

2222
1. install from source code
@@ -33,7 +33,6 @@ python3 setup.py install [--user]
3333
```
3434
git clone https://github.com/KimBioInfoStudio/PyCircos.git
3535
cd PyCircos
36-
make
3736
make install
3837
```
3938

0 commit comments

Comments
 (0)