Преглед изворни кода

Merge pull request #57 from icecraft/feat/update_readme

feat: update readme
myhloli пре 1 година
родитељ
комит
4191fa9642
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -22,15 +22,15 @@ git clone https://github.com/magicpdf/Magic-PDF.git
 2.Install the requirements
 
 ```sh
+cd Magic-PDF
 pip install -r requirements.txt
 ```
 
-3.Run the main script
+3.Run the command line
 
 ```sh
-use demo/text_demo.py
-or
-use demo/ocr_demo.py
+export PYTHONPATH=.
+python magic_pdf/cli/magicpdf.py --help
 ```
 
 ### 版权说明