Installation

Stable release (preferred method)

To install beauty-ocean, run this command in your terminal (do not run this command using sudo, instead create a virtualenv. If you can’t create one, install it inside your ~/.local/ dir using pip install --user beauty-ocean):

(virtualenv_name) $ pip install beauty-ocean

This is the preferred method to install beauty-ocean, as it will not interfere with your system packages and in addition it will always be the most recent stable release.

If you don’t have pip installed (which is very unlikely if you are under a virtualenv), this Python installation guide can guide you through the process.

From sources

The sources for beauty-ocean can be downloaded from the Github repo.

You can either install it directly from the public repository:

$ pip install git+https://github.com/manikos/beauty-ocean.git

Or download and install the tarball:

$ curl -OJL https://github.com/manikos/beauty-ocean/tarball/master
$ pip install manikos-beauty-ocean-<commit_hash>.tar.gz