Daniel Kunický пре 3 година
родитељ
комит
07d429e656
1 измењених фајлова са 12 додато и 1 уклоњено
  1. 12 1
      README.md

+ 12 - 1
README.md

@@ -1 +1,12 @@
-# iroha-rest-api
+# iroha-rest-api
+## How to run:
+
+1. You need Python and Flask installed on your system
+2. Export these enviromental variables:
+
+    `export FLASK_APP=$PWD/app.py`    
+    `export FLASK_ENV=development`
+3. Run `flask run` command
+
+
+