Today i’ve tried to create my own Telegram bot(i’m new at python), and i wanted to install pyTelegramBotAPI, i used ‘pip’ but it wrotes
pip is not internal or external command, executable program, or batch file.
Who can explain me how to use ‘pip’ in cmd correctly, without this errors?
Thanks for attention!
Question posted in Telegram API
A comprehensive official documentation can be found here.
A comprehensive official documentation can be found here.
2
Answers
I assume you have python installed.
type the following command
then in the same directory
It’s because your probably not add python into you PATH, try this : https://stackoverflow.com/a/23709194/14516256