diff --git a/README.cn.md b/README.cn.md index f9ce4d4..eb74269 100644 --- a/README.cn.md +++ b/README.cn.md @@ -55,7 +55,7 @@ make install cd test python3 -m venv .venv source .venv/bin/activate -pip3 install -r test/requirements.txt +pip3 install -r requirements.txt ``` 然后在build目录下执行: diff --git a/README.md b/README.md index 7c9ad6c..8e2c751 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ To test with Python3, create a virtual environment in the test directory and ins cd test python3 -m venv .venv source .venv/bin/activate -pip3 install -r test/requirements.txt +pip3 install -r requirements.txt ``` Then run the command in the build directory: