Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 880 Bytes

File metadata and controls

42 lines (28 loc) · 880 Bytes

Installation

Table of Contents

  1. From PyPI
  2. Docker Image
  3. Nix

From PyPI

buganize is available on PyPI as buganize or buganise. By default, the pip install command will only install the library without the cli util support. Below are instructions on how to install both the library and CLI utility:

Library

pip install buganize

With the CLI

pip install buganize[cli]

Docker Image

If you prefer running the CLI utility inside a docker container, a Dockerfile is provided.

docker build -t buganize-cli .

This assumes your current working directory is buganize/

Nix

For Nix users, a shell.nix is provided. Once you enter the shell, you will be able to do stuff.

nix-shell