Install the dependencies e.g.
- in the
/srcdirectory - `pip3 install -r requirements.txt``
Any of the streamlit apps can be run using
streamlit run appname.py
e.g. from root
streamlit run src/doStreamlitAdhocWebScraper.py
or from the /src folder
streamlit run doStreamlitAdhocWebScraper.py