소스 검색

Update 'README.md'

Daniel Kunický 4 년 전
부모
커밋
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
+
+
+