diff --git a/readme.md b/readme.md index 2082c24..73dddd8 100644 --- a/readme.md +++ b/readme.md @@ -65,27 +65,14 @@ tg This option is recommended for development: - ```sh git clone https://github.com:paul-nameless/tg.git cd tg +pip install python-telegram pip install . tg ``` -### Running with virtualenv - -> Ensure you have the correct version of Python installed before using this method! - -```sh -git clone https://github.com/paul-nameless/tg.git -cd tg -python3 -m venv venv -source venv/bin/activate -pip install python-telegram -python3 -m tg -``` - ### Using Docker > Please note that voice recordings and notifications won't work when using Docker.