mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 22:56:38 +01:00
Updated Hosting your bot (markdown)
parent
07d30d05ab
commit
3a3a6b6054
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ To re-attach to the *screen* after you logged back in:
|
|||
```
|
||||
screen -r mybot
|
||||
```
|
||||
Or
|
||||
```
|
||||
screen -d -m mybot
|
||||
```
|
||||
|
||||
## 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/en/latest/dev/virtualenvs/) for more information.
|
||||
|
|
Loading…
Reference in a new issue