- Before starting, you need to install some packages.
python -m venv venv
- After that, activate the virtual environment.
source venv/bin/activate
- Then, install the packages.
pip install streamlit
python -m venv venv
source venv/bin/activate
pip install streamlit