sudo apt-get install python3-pip
intalación de pip
pip3 install pip Actualización de pip
Utilizar módulos python de ajenos sin que estos entre en conflicto.
python3 -m pip install --user pipenv esta instrucción puede estar mal usto anter del instal
python3 -m pipenv --python 3.6 (Ver la versión que se tiene instalada por defecto)
python3 -m pipenv shell
wed mediante la que hacemos los bots https://python-telegram-bot.org/
Comando para instalarse el bots:
$ pip install python-telegram-bot
$ python bot.py