I want to make my python code work by uploading it to Files.
However, the 'module' of the file I uploaded is not installed, so it cannot work.
The 'module' I want to use is 'import telegram'.
In case you ever wanted, I made a Python 3.8 console in the console and tried pip install, but this also did not install.
What should I do?
I tried entering the command as shown on the page below.
https://help.pythonanywhere.com/pages/InstallingNewModules
I created a Python 3.8 console in the console and ran all of the commands below and got the following result. When I ran the code from Files, I got the same result from the console at the bottom of the page.
pip install --user telegram File "<stdin>", line 1 pip install --user telegram ^ SyntaxError: invalid syntax
======
pip3.6 install --user telegram File "<stdin>", line 1 pip3.6 install --user telegram ^ SyntaxError: invalid syntax