Project description to follow.
- Make sure you use Python 3.7 (or later).
- Install the requirements:
$ pip install -r requirements/basic.txt
- Install the package in editable mode:
$ pip install -e .
We develop a Python module, which can be imported as
import phirl.api as ph
as well as a set of scripts used to run individual experiments.
Their usage description will follow.
If you plan to work on the code, the following tools will be required:
- Install additional dependencies:
$ pip install -r requirements/dev.txt
- Install pre-commit hooks:
$ pre-commit install
- Check if you can run the tests:
$ pytest