Skip to content

Commit aef6966

Browse files
authored
Merge pull request #135 from corydodt/patch-1
Build README has the wrong pip arguments (minor text fix)
2 parents e396189 + 7ed4e62 commit aef6966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/html-py-ever/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ test_bench_selector_python[python.html] 36,145.0260 (>1000.0) 46,582.
9191

9292
**building and installing**
9393
```
94-
pip install -r setuptools-rust setuptools wheel
94+
pip install setuptools-rust setuptools wheel
9595
python3 setup.py install --user
9696
```
9797

98-
github workflows example to test and upload the module to pypi [here](./.github/workflows/upload.yml)
98+
github workflows example to test and upload the module to pypi [here](./.github/workflows/upload.yml)

0 commit comments

Comments
 (0)