InstallationΒΆ
n-fold-edge is a python package and can be installed with pip:
pip install n-fold-edge
It have the following main dependencies:
opencv-python
If the latest version is desired n-fold-edge can also be installed directly from git by cloning the repository and in the project folder running:
pip install .
If you want changes in the code to be reflected install it as an editable with:
pip install -e .
All of these methods can also be used inside a virtual environment:
python -m venv venv
source venv/bin/activate
pip install n-fold-edge