Installation¶
Installing from PyPI¶
Packages for Incenp.Click-Shell are published on the Python Package Index under the name ``incenp.click-shell`. To install the latest version from PyPI:
$ python -m pip install -U incenp.click-shell
Installing from source¶
You may download a release tarball from the release page, and then proceed to a manual installation:
$ tar zxf incenp.click-shell-2.1.0.tar.gz
$ cd incenp.click-shell-2.1.0
$ python setup.py build
$ python setup.py install
You may also clone the repository:
$ git clone https://github.com/gouttegd/click-shell.git
and then proceed as above.