updated README
parent
f334421ac0
commit
865d9c5541
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue