Install Streamlit with Anaconda

I am not able to install streamlit.
steps i followed are as follows:

  1. conda create -y -n streamlit python=3.7
  2. conda activate streamlit
  3. pip install streamlit