소스 검색

change instruction

Evgeny Polivanov 2 년 전
부모
커밋
3141e21750
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -1,8 +1,10 @@
 # REST API Python
 ### Instruction
 1. Change config.py
-2. Open **cmd** and go to ```cd C:/your_path/pythoRestApi/rest_api_venv/Scripts```
-3. Entered the following commands ```activate.bat```, ```cd ../../``` and ```python api.py```
+2. Open **cmd** and instal virtualenv via command ```python -m venv rest_venv```
+3. Go to ```cd rest_venv/Scripts && activate.bat```
+4. Go back ```cd ../../``` and instal libs via ```pip install -r requirements.txt```
+5. Run app via ```python api.py```
 
 **Libs:** ***Flask, xmpppy, psycopg2, sshtunnel, flask-jwt-extended***
 ### <a href="https://documenter.getpostman.com/view/18312872/UzBjrSwk">Documentation</a>