Skip to content

Commit

Permalink
1st release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsznxx authored Nov 11, 2017
1 parent 27a92c0 commit 308264a
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
Python Modules for XXXXXXXX
Python Modules for Circos Plot
===================================

1. Prerequisition
-------------------
- Python 2.7 packages (automatically installed)

- numpy >= 1.13.1
- pandas >= 0.15.2
- matplotlib >= 2.0.2

2. Installation
----------------

::

> git clone https://github.com/tsznxx/PyCircos.git
> cd Pycircos
> python setup.py install --user

3. Examples
-------------

::

> cd demo
> python run_circos.py run
> display Circos.pdf

4. Miscs

0 comments on commit 308264a

Please sign in to comment.