Browse Source

Update README.md

myhloli 1 year ago
parent
commit
c5193fa5ca
1 changed files with 6 additions and 0 deletions
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -30,6 +30,12 @@ pip install -r requirements.txt
 
 ```sh
 export PYTHONPATH=.
+```
+or
+```
+$env:PYTHONPATH += ";.\Magic-PDF\magic_pdf"    
+```
+```
 python magic_pdf/cli/magicpdf.py --help
 ```