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: .. code-block:: console $ 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: .. code-block:: console $ 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: .. code-block:: console $ git clone https://github.com/gouttegd/click-shell.git and then proceed as above. .. _Python Package Index: https://pypi.org/project/incenp.click-shell/ .. _release page: https://github.com/gouttegd/click-shell/releases