Installation¶
This part of the documentation covers the requirements and installation of sail-on client.
Installation¶
Setup Poetry¶
Install Poetry following the instructions available in the installation page.
Installation with Poetry¶
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
Install sail-on-client in a virtual environment:
cd sail-on-client poetry install poetry shell