If you don’t have Python 3.3+ on your computer, you can install:
apt-get install python3-venv python3-pip
pyvenv pyvenv # This command will create a Python virtual environment named pyvenv
. pyvenv/bin/activate # Enable your Pyvenv
pip install api_hour # Install API-Hour
pip install aiohttp # Bonus: If you want to create a HTTP daemon