Explorar el Código

Update 'README.md'

Daniel Kunický hace 3 años
padre
commit
07d429e656
Se han modificado 1 ficheros con 12 adiciones y 1 borrados
  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
+
+
+