Installation
Since refann is a pure python module, it is easy to install.
Dependencies
The main dependencies of refann are:
Package managers
You can install refann by using pip:
$ sudo pip install refann
or from source:
$ git clone https://github.com/Guo-Jian-Wang/refann.git
$ cd refann
$ sudo python setup.py install
Test the installation
To test the correctness of the installation, you just need to download the examples and execute it in the examples directory by using the following command: