📝 update install guide to include aiohttp dependency

This commit is contained in:
DrMaxNix 2023-05-04 18:46:47 +02:00
parent 0fcddbf387
commit 66ad0ab04c
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ Pingable http endpoint for monitoring server uptime
Install python3:
```console
# apt update
# apt install python3
# apt install python3 python3-pip
# pip3 install aiohttp
```
Clone git repository: