Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 604 Bytes

installation.rst

File metadata and controls

36 lines (20 loc) · 604 Bytes

Installation

You can install the package using pip:

pip install nightingale

Or you can install it from source:

  1. Clone the repository:

    git clone https://github.com/open-contracting/nightingale
    cd nightingale
  2. Create and activate a virtual environment:

    python3 -m venv .venv
    source .venv/bin/activate
  3. Install dependencies:

    pip install -r requirements.txt
  4. Install the package:

    pip install .