From f9f2a6780eb7d5f96991fd30428c3c80f2204d54 Mon Sep 17 00:00:00 2001 From: Stephen L Date: Fri, 9 Dec 2022 00:05:19 +0100 Subject: [PATCH] update install instructions in README.rst Signed-off-by: Stephen L. --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index af820de..40815b8 100644 --- a/README.rst +++ b/README.rst @@ -31,8 +31,14 @@ Installation When installing from source using ``python setup.py install``, the setup.py will try to build the Cython optimized module ``creedsolo.pyx`` if Cython is installed. You can override this behavior by typing: ``python setup.py install --nocython``. The package on ``pip`` includes a pre-compiled ``creedsolo.pyd`` module for Windows 10 x64. - -As an alternative you can use `conda `_ to install a compiled version for various platforms: + +If you have some issues installing through pip, maybe this command may help: + +.. code:: sh + + pip install reedsolo --no-binary={reedsolo} + +As an alternative, use `conda `_ to install a compiled version for various platforms: .. code:: sh