This script allows to do some streamlit stuff.
Following the suggested set-up to work with this repo:
- Atom: Link - Used as simple IDE (any other alternative is sufficient too - However, git integration is suggested)
- Anaconda for your OS: Link - Used as command prompt and package manager
As usual start with cloning the repository:
git clone https://YOUR-PERSONAL-ACCESS-TOKEN@github.com/rasimriver/streamlit-projects.git
Next, it is suggested to use a virtual environment for your python environment. This can be done with Anaconda: More Info
cd PATH/TO/YOUR/DIRECTORY
conda create -n venv-str-tools python=3.7 anaconda
Now let's activate the enviroment
conda activate venv-str-tools
And install the necessary additional packages
pip install streamlit
- Open Anaconda
cd PATH/TO/YOUR/DIRECTORY
- Activate the Virtual Envionment
conda activate venv-str-tools
- Start the engine:
streamlit run str-tool.py