Table of Contents
Give a brief introduction into the project.
Dominik I. Braun - dome.braun@fau.de
Project Link: https://github.com/NsquaredLab/Real-Time-Filter
The local set up is made using Poetry. You can install Poetry using the following command. Note: It is recommeded to install it globally.
pip install poetryThen, you can install the dependencies in your work area using the following command:
poetry installIf you want to contribute to the project, you can install the development dependencies using the following command:
poetry install --with dev,docsPoetry
poetry add git+https://github.com/NsquaredLab/Real-Time-Filter.gitpoetry add rtfilterPIP
pip install git+https://github.com/NsquaredLab/Real-Time-Filter.gitpip install rtfilterTBD
Distributed under the GPL-3.0 license License. See LICENSE.txt for more information.