Ver código fonte

Update 'README.md'

Daniel Kunický 3 anos atrás
pai
commit
07d429e656
1 arquivos alterados com 12 adições e 1 exclusões
  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
+
+
+