Installation

Stable release

To install stupidb, run this command in your terminal:

$ pip install stupidb

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for stupidb can be downloaded from the GitHub repository.

You need to have poetry installed.

The only supported way to install from source is inside of a virtual environment.

You can either clone the public repository:

$ git clone https://github.com/cpcloud/stupidb

Or download and unpack the tarball:

$ curl -sL https://github.com/cpcloud/stupidb/tarball/master | tar xvzf

Once you have a copy of the source, cd into source directory and install stupidb:

$ poetry install