How do I install langchain in replit?

How can I install langchain on replit. I want to use langchain in my python program.

Replit Profile: https://replit.com/@MonisRahman

Welcome to Ask @MonisRahman!

You can install LangChain on Replit as you could on your own computer, by running pip install langchain in the shell.