File: install.rst

package info (click to toggle)
python-click-shell 2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: python: 623; makefile: 158; sh: 24
file content (16 lines) | stat: -rw-r--r-- 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Installation
============

The easiest way to install is with pip:

.. code-block:: bash

    pip install click-shell


If you'd rather, you can clone the github repo and install manually:

.. code-block:: bash

    git clone https://github.com/clarkperkins/click-shell.git
    python setup.py install