*This might require running as root*
Installing from wheel
Download `.whl` file attached to this release, and install it with `pip`:
bash
$ pip install istages-1.2-py3-none-any.whl
*This might require running as root*
Installing from tar.gz
Download `.tar.gz` file attached to this release, and install it with `pip`:
bash
$ pip install istages-1.2.tar.gz
*This might require running as root*
Building from source
Clone repository:
bash
$ git clone --branch v1.2 https://github.com/scpketer/istages
Move to repository directory:
bash
$ cd istages
Run installation:
bash
$ make install
*This might require running as root*