Typical Project Setup
Step 1: Create a GitHub Repository
Step 2: Clone Your Repository
Step 3: Set Up a Virtual Environment
python -m venv .env.env\Scripts\activatesource .env/bin/activate
Step 4: Install Streamlit
Step 5: Edit App.py
Step 6: Run the Streamlit App
Step 7: Run pip freeze
Step 8: Commit Your Code and Push to GitHub
Step 9: Deploy Your App on Health Universe
Last updated
Was this helpful?