Installation

This part of the documentation covers the requirements and installation of sail-on client.

Requirements

  1. Python >= 3.7

  2. Poetry >= 1.1.0

Installation

Setup Poetry

  1. Install Poetry following the instructions available in the installation page.

Installation with Poetry

  1. Clone the sail-on-client repository in your working directory:

    git clone https://github.com/darpa-sail-on/sail-on-client.git
    

    This would create sail-on-client directory in your working directory

  2. Install sail-on-client in a virtual environment:

    cd sail-on-client
    poetry install
    poetry shell