How to install libraries from python pip?

I am new to replit and I don’t know how to install libraries in python.

Welcome to the community! Run pip install <package> in Shell or import <library> in your code and Replit will guess what package you’re trying to install

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.