Install Streamlit with Anaconda

Found the solution in Conda User’s Guide.
A short sum up:

conda activate base
pip install streamlit

Then check the install by doing:

conda list | grep streamlit

If it doesn’t appear, read the guide, there’s a solution there.

3 Likes