Sails 0.2.0 Help

Installation

Python Package

To install Sails as a Python package:

  1. Create and source virtual environment

  2. Run:

    pip install pysails

From GitHub

To install Sails from source:

  1. Clone the repository

    git clone https://github.com/Dialpuri/Sails.git
  2. Change directory into the new repo

    cd Sails
  3. Create and source a virtual environment

    python3 -m virtualenv pyenv
  4. Go to package directory

    cd package
  5. Gather the dependency source files

    ./get_sources
  6. Install the package locally

    pip install .
Last modified: 08 August 2024