updated README

pull/136/head
13621160019@163.com 2022-03-21 18:10:19 +08:00
parent f334421ac0
commit 865d9c5541
1 changed files with 2 additions and 0 deletions

View File

@ -42,11 +42,13 @@ sudo chmod +x run.sh
``` ```
Quick run on Windows (NOT for production use): Quick run on Windows (NOT for production use):
Find python path in Command Prompt: Find python path in Command Prompt:
```bash ```bash
where python where python
``` ```
Assume the result is 'C:\Users\johnson\AppData\Local\Programs\Python\Python310\python.exe' Assume the result is 'C:\Users\johnson\AppData\Local\Programs\Python\Python310\python.exe'
Copy fcntl.py and pwd.py to lib folder: Copy fcntl.py and pwd.py to lib folder:
```bash ```bash
cp myems\myems-api\fcntl.py C:\Users\johnson\AppData\Local\Programs\Python\Python310\Lib cp myems\myems-api\fcntl.py C:\Users\johnson\AppData\Local\Programs\Python\Python310\Lib