Install

Requirements

The pjml package requires the following dependencies:

  • numpy
  • scipy
  • pjdata

Install

The pjml is available on the PyPi . You can install it via pip as follow:

pip install -U pjml

It is possible to use the development version installing from GitHub:

pip install -U git@github.com:end-to-end-data-science/pjml.git

If you prefer, you can clone it and run the setup.py file. Use the following commands to get a copy from Github and install all dependencies:

git clone git@github.com:end-to-end-data-science/pjml.git
cd pjml
pip install .

Test and coverage

If you want to test/test-coverage the code before to install:

$ make install-dev
$ make test-cov

Or:

$ make install-dev
$ pytest --cov=pjml/ tests/