Skip to content

Commit adf0a50

Browse files
committed
add README.rst
1 parent 91007a6 commit adf0a50

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
.. image:: https://github.com/afool/hive/blob/master/hive/static/img/hive_logo_bee.png
2+
3+
Hive_
4+
~~~~~
5+
6+
Hive is SNS for coperators
7+
8+
Installation
9+
------------
10+
11+
$ git clone https://github.com/afool/hive.git
12+
$ apt-get install build-essential python-dev mysql-server
13+
$ pip install virtualenv
14+
$ virtualenv YOURENVNAME
15+
$ cd YOURENVNAME
16+
$ source YOURENVNAME/bin/source
17+
$ pip install -r requirements.txt

0 commit comments

Comments
 (0)