19 lines
624 B
Markdown
19 lines
624 B
Markdown
# streamlit-experiments
|
|
|
|
Various experiments that use the [streamlit](https://streamlit.io) framework.
|
|
|
|
## Requirements
|
|
|
|
1. Python 3.10 or higher
|
|
|
|
## Getting Started
|
|
|
|
1. Clone this repository: `git clone https://c0de.dev/c0de/streamlit-experiemnts`
|
|
1. Enter this repository: `cd streamlit-experiments`
|
|
1. Install a virtual environment: `python3 -m venv .venv`
|
|
1. Activate the virtual environment: `source .venv/bin/activate`
|
|
- Windows: `.venv/bin/activate.bat`
|
|
1. (Optional) Update PIP: `pip3 install --upgrade pip`
|
|
1. Install dependencies: `pip3 install -r requirements.txt`
|
|
1. Run the scripts: `python3 <script-name>`
|