Install¶
TinyHTTPie requires Python 3.6, 3.7, 3.8, or 3.9. But first, make sure you have the latest version of pip
installed.
Install the released version¶
Download the current release of tihttp with pip:
$ pip install https://github.com/NiklasTiede/tinyHTTPie/archive/7-Documentation.zip
Alternatively, you can manually download tihttp from
GitHub
and install it using pip:
$ git clone -b <branchname> --single-branch git://github.com/NiklasTiede/tinyHTTPie.git
$ cd tinyHTTPie
$ pip install .