Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Setting up Streamlit Python environment

This repo is a reference for the YouTube video -> πŸš€ Quick Start: Set Up Your Streamlit Dev Environment in Under 5 Minutes!

Create Conda Python Environment

Command to create conda Python environment.


conda create -n streamlit_env python=3.12.1

Activate Conda Python Environment

Command to activate you conda Python environment.


conda activate streamlit_env

Install Packages in Python Environment

Command to install packages in your conda Python environment


pip install streamlit

List Installed Python Packages

Command to list all Python packages installed in your conda Python environment. Be sure you have activated your conda environment.


pip list

Run your Streamlit App

Command to run your Streamlit app


streamlit run app.py

About

πŸš€ Quick Start: Set Up Your Streamlit Dev Environment in Under 5 Minutes!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages