Installation¶
Python Version¶
Asyncpool supports Python3.5+.
Install Asyncpool¶
For General Users¶
Use the package manager pip or pipenv to install asyncpool.
With pip:
$ pip install asyncpool
Or with pipenv:
$ pipenv install asyncpool
For Contributors¶
Install with pipenv(recommand if you want to build docs):
git clone https://github.com/lunluen/asyncpool.git
cd asyncpool
pipenv install --dev
or with setuptools:
git clone https://github.com/lunluen/asyncpool.git
cd asyncpool
python setup.py develop