Installation
Install from PyPi
The package can be installed from the PyPI repository in the usual way:
> pip install timeoutpool
Clone from GitHub
One can also clone the latest source code of the package and install it:
> git clone git@github.com:gykovacs/timeoutpool.git
> cd timeoutpool
> pip install .
Install directly from GitHub
Finally, installation directly from GitHub can be carried out as:
> pip install git+https://github.com:gykovacs/timeoutpool.git