Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 445 Bytes

File metadata and controls

23 lines (13 loc) · 445 Bytes

Installation

Install profet using pip:

pip install profet

To install the development version, which contains the latest features and fixes, install directly from GitHub using:

pip install git+git://github.com/ccpem/profet`

Test the installation, navigate to the root directory and run

pytest

This code has been designed and tested for Python 3.