I am coding with Python for 2 years, and I recently got a new computer. I downloaded Python, and PyCharm is working, but in the cmd the 'pip' command is not defined, and I can't download this package from PyCharm. What can I do?
This is the error that I get from PyCharm:
ModuleNotFoundError: No module named 'tqdm'