Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (24 loc) · 1.14 KB

Introduction

This script allows to do some streamlit stuff.

Install

Set-Up

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

Preparation and necessary packages

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

Run

  1. Open Anaconda

cd PATH/TO/YOUR/DIRECTORY

  1. Activate the Virtual Envionment

conda activate venv-str-tools

  1. Start the engine:

streamlit run str-tool.py