Skip to content

Jiayi-Wang-Joey/PhIRL

 
 

Repository files navigation

PhIRL

Project description to follow.

Installation

  1. Make sure you use Python 3.7 (or later).
  2. Install the requirements:
$ pip install -r requirements/basic.txt
  1. Install the package in editable mode:
$ pip install -e .

Usage

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.

Contributing

If you plan to work on the code, the following tools will be required:

  1. Install additional dependencies:
$ pip install -r requirements/dev.txt
  1. Install pre-commit hooks:
$ pre-commit install
  1. Check if you can run the tests:
$ pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%