diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 ``` |