From 308264a93afa3403cf2d43c751e21b7d4be191bc Mon Sep 17 00:00:00 2001 From: Wang Yunfei Date: Fri, 10 Nov 2017 22:05:17 -0600 Subject: [PATCH] 1st release --- README.rst | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 22ef117..4a33a23 100644 --- a/README.rst +++ b/README.rst @@ -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