Skip to content

Instantly share code, notes, and snippets.

@jgarcia-bonsai
Created October 28, 2016 00:12
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jgarcia-bonsai/b164b6580916c5f40caaee96682e14c0 to your computer and use it in GitHub Desktop.
Install the Bonsai CLI via pip
$ pip install -U bonsai-cli
Collecting bonsai-cli
Using cached bonsai_cli-0.4.2-py2.py3-none-any.whl
Collecting tabulate>=0.7.5 (from bonsai-cli)
Using cached tabulate-0.7.5.tar.gz
Collecting bonsai-config>=0.3.0 (from bonsai-cli)
Using cached bonsai_config-0.3.1-py2.py3-none-any.whl
Collecting requests>=2.11 (from bonsai-cli)
Using cached requests-2.11.1-py2.py3-none-any.whl
Collecting click>=6.6 (from bonsai-cli)
Collecting six>=1.10 (from bonsai-config>=0.3.0->bonsai-cli)
Using cached six-1.10.0-py2.py3-none-any.whl
Building wheels for collected packages: tabulate
Running setup.py bdist_wheel for tabulate ... done
Stored in directory: /Users/username/Library/Caches/pip/wheels/2e/3b/9d/fd2040f3513decad8244f721c027b70d7868fe2fc0a7c06e5e
Successfully built tabulate
Installing collected packages: tabulate, six, bonsai-config, requests, click, bonsai-cli
Successfully installed bonsai-cli-0.4.2 bonsai-config-0.3.1 click-6.6 requests-2.11.1 six-1.10.0 tabulate-0.7.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment