Browse Source

Merge remote-tracking branch 'origin/master'

赵小蒙 1 year ago
parent
commit
288bb0749d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      README.md

+ 5 - 0
README.md

@@ -29,7 +29,12 @@ pip install -r requirements.txt
 3.Run the command line
 
 ```sh
+linux/osx
 export PYTHONPATH=.
+win
+$env:PYTHONPATH += ";.\Magic-PDF\magic_pdf"    
+```
+```
 python magic_pdf/cli/magicpdf.py --help
 ```