Remove Telethon installation command from readme

This commit is contained in:
Michael De Roover 2021-03-26 22:08:20 +01:00
parent a77c58854c
commit 5c40a06ff7
Signed by: vim
GPG Key ID: 075496E232CE04CB

View File

@ -1,6 +1,6 @@
#### My personal userbot
This project contains the source code of my ([@ghnou](https://t.me/ghnou)'s) userbot. It is based on Telethon, which you can install with `pip3 install -U telethon --user` as a regular user. It has no other dependencies.
This project contains the source code of my ([@ghnou](https://t.me/ghnou)'s) userbot. It is based on Python and Telethon, and has no other dependencies.
In terms of functionality it will be not too dissimilar from Konata ([bot](https://t.me/konatasanbot), [source](https://git.ghnou.su/ghnou/konata)). Currently it is still a work in progress.