mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 11:53:08 +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:
|
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.
|
||||||
|
|
Loading…
Reference in a new issue