How to install modules

How to install a python module in replit.

usually, they will install automatically if guessImports = true in the .replit file.

To manually install modules, type $pip install WHATEVER_MODULE in the shell.

4 Likes