aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnthony Wang2024-07-25 11:05:35 -0500
committerAnthony Wang2024-07-25 11:05:35 -0500
commit463516f48fa7ea340b5703d9786381065294825e (patch)
tree04c7e6e22a1970b2517835d2211e9c2795c4557c /README.md
parent170c85404be222056f5c5077600a16add00b5e28 (diff)
Update dependencies
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a37c82c..f33fb50 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,11 @@
```sh
pip install -r requirements.txt
-# Compile reedsolo using Cython
+```
+
+If you get an error about importing `creedsolo`, try running:
+
+```sh
pip install --upgrade reedsolo --no-binary "reedsolo" --no-cache --config-setting="--build-option=--cythonize" --use-pep517 --isolated --pre --verbose --force-reinstall
```