Installation
FSEG is implemented as a python package with a pybind11 extension. Currently, the project is at Pre-Alpha stage, and you can install FSEG either from PYPI or from source. Later, installation with Anaconda is more recommended.
with PIP
with GIT
- pre-requirements
It is required that cmake and C++ compiler installed beforehand. Anaconda is also needed to manager python envs.
For example, on MacOSX with Homebrew:
-
clone source code by:
-
build and install
After changing to the source directory, it is recommended to use PEP517-compatible build-system to package the wheel:
If successful, install the wheel by pip: