Installation
Requirements
- Linux or macOS; Windows is not fully tested yet
- Python >= 3.7
Install with pip
Using virtual environments for Python is strongly recommented. See venv. Then install with:
$ pip install barbucket
Install with pipenv
Using virtual environments for Python is strongly recommented. See pipenv. Then install with:
$ pipenv install barbucket
Check installation
Check if the installation was successfull:
$ barbucket --help
Usage: barbucket [OPTIONS] COMMAND [ARGS]...
Options:
-v, --verbose -v for DEBUG
--help Show this message and exit.
Commands:
contracts Contracts commands
quotes Quotes commands
universes Universes commands