From 2a604c5622eb572502703ea3c648e7c6b30395b2 Mon Sep 17 00:00:00 2001 From: chang-ning Date: Sun, 6 Mar 2016 00:01:53 +0800 Subject: [PATCH] Delete README.rst --- README.rst | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 README.rst diff --git a/README.rst b/README.rst deleted file mode 100644 index 09748fe6..00000000 --- a/README.rst +++ /dev/null @@ -1,18 +0,0 @@ -Development Staus -================= - -.. image:: https://travis-ci.org/crazyguitar/pysheeet.svg?branch=master - :target: https://travis-ci.org/crazyguitar/pysheeet - -How to run the server -===================== - -.. code-block:: console - - $ virtualenv venv - $ . venv/bin/activate - $ pip install -r requirements.txt - $ make - $ python app.py - - # URL: localhost:5000