Installation

Setup development environment

Requirements

To confirm these system dependencies are configured correctly:

make doctor

Installation of development dependencies

List of NiaPy’s dependencies:

Install project dependencies into a virtual environment:

make install

Run tests with:

make test

To enter created virtual environment with all installed development dependencies run:

pipenv shell