Commit e89ba3a7 authored by Stefane Fermigier's avatar Stefane Fermigier

doc: tweak readme.

parent a977d555
...@@ -59,13 +59,17 @@ that Python has become. ...@@ -59,13 +59,17 @@ that Python has become.
Installation and basic use Installation and basic use
-------------------------- --------------------------
:: Simply run::
pip install cython-plus pip install cython-plus
Then you can use the habitual Cython commands: ``cython``, ``cythonize`` and Then you can use the habitual Cython commands: ``cython``, ``cythonize`` and
``cygdb``, as well as import the ``cython`` module from your Python code. ``cygdb``, as well as import the ``cython`` module from your Python code.
It should work on Linux with Python 3.7 to 3.10.
**It doesn't (currently) work on MacOS or Windows.**
Documentation Documentation
------------- -------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment