Skip to content

Commit

Permalink
update install instructions in README.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L. <lrq3000@gmail.com>
  • Loading branch information
lrq3000 committed Dec 8, 2022
1 parent 503f57c commit f9f2a67
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.rst
Expand Up @@ -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 <https://docs.conda.io/en/latest/>`_ 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 <https://docs.conda.io/en/latest/>`_ to install a compiled version for various platforms:

.. code:: sh
Expand Down

0 comments on commit f9f2a67

Please sign in to comment.