mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 03:43:19 +00:00
Update readme: remove virtualenv instructions
This commit is contained in:
parent
4dc9b8ce25
commit
98edcae1c4
1 changed files with 1 additions and 14 deletions
15
readme.md
15
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.
|
||||
|
|
Loading…
Reference in a new issue