Installing flowforge using the following instructions will install the package along with the required dependencies.
This will change to PyPI installation once flowforge is open source.
python -m pip install .
python3 -m pip install -e .[dev]
python -m pip install .[test]
The configuration settings for the developer tools can be found in ~/FlowForge/pyproject.toml
.
Execute this line from the ~/FlowForge
directory to lint the code with pylint:
pylint ./flowforge
Execute this line from the ~/FlowForge
directory to automatically format the code to PEP8 standard using black:
black ./flowforge
FlowForge is distributed under the terms of the BSD 3-Clause license. If you propose or make a contribution to this repository, you hereby license your contribution to anyone under this same license.