Is pip installed correctly ?
I am new to Streamlit and I would like to manage the directories for learning and making (real) projects as follows:
![]()
Directory Learning is for practicing from various tutorials.
Directory Project is for my future apps.
I was so confused on how to Create a new environment with Streamlit.
Is it a must to do
pipenv shell
and
pip install stremlit
recpectively and in what directories should I do these 2 command lines in ?
