add link to tmux

Dmitry Kolomatskiy 2023-01-05 17:05:27 +03:00
parent bd9138d72d
commit c03f7b0eea

@ -81,6 +81,8 @@ or
screen -d -r mybot
```
A known alternative to `screen` is [`tmux`](https://github.com/tmux/tmux/wiki).
## 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.