Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Latest commit

 

History

History
46 lines (28 loc) · 738 Bytes

installation.rst

File metadata and controls

46 lines (28 loc) · 738 Bytes

Installation

Install package with pip

To install with pip:

$ pip install scikit-ci

Install from source

To install scikit-ci from the latest source, first obtain the source code:

$ git clone https://github.com/scikit-build/scikit-ci
$ cd scikit-ci

then install with:

$ pip install .

or:

$ pip install -e .

for development.

Dependencies

Python Packages

The project has a few common Python package dependencies. The runtime dependencies are:

The development dependencies (for testing and coverage) are: