From 7ed4e62f37edd5b71b867e748de08927c43af29d Mon Sep 17 00:00:00 2001 From: Cory Dodt <121705+corydodt@users.noreply.github.com> Date: Sat, 20 Mar 2021 10:54:21 -0700 Subject: [PATCH] Build README has the wrong pip arguments (minor text fix) Just a little error in the README, no `-r` flag if you're not using a requirements.txt file. --- examples/html-py-ever/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/html-py-ever/README.md b/examples/html-py-ever/README.md index dbdcea0e..27439682 100644 --- a/examples/html-py-ever/README.md +++ b/examples/html-py-ever/README.md @@ -91,8 +91,8 @@ test_bench_selector_python[python.html] 36,145.0260 (>1000.0) 46,582. **building and installing** ``` -pip install -r setuptools-rust setuptools wheel +pip install setuptools-rust setuptools wheel python3 setup.py install --user ``` -github workflows example to test and upload the module to pypi [here](./.github/workflows/upload.yml) \ No newline at end of file +github workflows example to test and upload the module to pypi [here](./.github/workflows/upload.yml)