Install

Prerequisites

Dependencies

The Python modules Urwid, Requests, and Simperium3 will also be installed.

Installation

Pip

$ pip install sncli

Or the latest revision on git master:

$ pip install git+https://github.com/insanum/sncli.git

Arch AUR

Use your favorite AUR helper to install sncli-git.

Manually

$ git clone https://github.com/insanum/sncli.git
$ cd sncli/
$ # set up environment - eg: python -m venv venv && source venv/bin/activate
$ python setup.py install

Using Pipenv

$ git clone https://github.com/insanum/sncli.git
$ cd sncli/
$ pipenv install
$ pipenv run sncli