Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.54 KB

installation.rst

File metadata and controls

50 lines (38 loc) · 1.54 KB

Installation

Setup development environment

Requirements

After installing Poetry and cloning the project from GitHub, you should run the following command from the root of the cloned project:

$ poetry install

All of the project's dependencies should be installed and the project ready for further development. Note that Poetry creates a separate virtual environment for your project.

Development dependencies

List of NiaAML's dependencies:

Package Version Platform
numpy ^1.19.1 All
scikit-learn ^0.23.2 All
NiaPy ^2.0.0rc11 All
pandas ^1.1.4 All

List of development dependencies:

Package Version Platform
sphinx ^3.3.1 Any
sphinx-rtd-theme ^0.5.0 Any
coveralls ^2.2.0 Any