Specify Cython as a build system dependency in pyproject.toml, so that pip will install Cython before running setup.py, according to PEP 518.
Tested with command pip install git+https://github.com/li-plus/pydensecrf.git without having Cython installed.
This really solves Issue #78.
Specify Cython as a build system dependency in
pyproject.toml
, so that pip will install Cython before runningsetup.py
, according to PEP 518. Tested with commandpip install git+https://github.com/li-plus/pydensecrf.git
without having Cython installed. This really solves Issue #78.