Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 221 Bytes

README_cython.md

File metadata and controls

9 lines (5 loc) · 221 Bytes

To run the project with fiber.core compiled into C files do the following:

  1. Install Cython pip3 install cython

  2. Install the fibertree project with Cythonized fiber.core: pip3 install --user -e . -v