mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-25 08:37:07 +01:00
add link to tmux
parent
bd9138d72d
commit
c03f7b0eea
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ or
|
||||||
screen -d -r mybot
|
screen -d -r mybot
|
||||||
```
|
```
|
||||||
|
|
||||||
|
A known alternative to `screen` is [`tmux`](https://github.com/tmux/tmux/wiki).
|
||||||
|
|
||||||
## What to read next?
|
## What to read next?
|
||||||
If you plan on hosting multiple bots on your server, it's recommended to use `virtualenv`. It allows you to install and upgrade Python modules via `pip` for one project, without worrying how it affects other projects on the server. Read [this external article](http://docs.python-guide.org/dev/virtualenvs/) for more information.
|
If you plan on hosting multiple bots on your server, it's recommended to use `virtualenv`. It allows you to install and upgrade Python modules via `pip` for one project, without worrying how it affects other projects on the server. Read [this external article](http://docs.python-guide.org/dev/virtualenvs/) for more information.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue