We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91007a6 commit adf0a50Copy full SHA for adf0a50
README.md
README.rst
@@ -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