Skip to content

Commit

Permalink
Merge pull request #56 from dongbeiouba/fix/readme
Browse files Browse the repository at this point in the history
Fix wrong path of requirements.txt in readme
  • Loading branch information
InfoHunter committed Apr 15, 2024
2 parents 8758f8e + c0b5421 commit be35461
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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目录下执行:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit be35461

Please sign in to comment.