Update readme: remove virtualenv instructions

This commit is contained in:
Paul Nameless 2020-07-29 11:09:43 +08:00
parent 4dc9b8ce25
commit 98edcae1c4

View file

@ -65,27 +65,14 @@ tg
This option is recommended for development: This option is recommended for development:
```sh ```sh
git clone https://github.com:paul-nameless/tg.git git clone https://github.com:paul-nameless/tg.git
cd tg cd tg
pip install python-telegram
pip install . pip install .
tg 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 ### Using Docker
> Please note that voice recordings and notifications won't work when using Docker. > Please note that voice recordings and notifications won't work when using Docker.