diff --git a/readme.md b/readme.md index 60476c8..e6f07e3 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,7 @@ * 你还需要安装一些python模块,你可以用下面的命令来完成 ``` -PIP install -r requirements.txt +python -m pip install -r requirements.txt ``` * 然后运行main.py,一般情况下,程序应该开始正常运行 diff --git a/readme_en.md b/readme_en.md index 27aa71f..3ead9bf 100644 --- a/readme_en.md +++ b/readme_en.md @@ -11,7 +11,7 @@ * You'll also need to install some python modules, which you can do with the following command ``` -pip install -r requirements.txt +python -m pip install -r requirements.txt ``` * Then run main.py , Under normal circumstances, the project should start successfully