mycodesucks / README.md
Miguel Cardoso
fix: readme
a15cfac

A newer version of the Streamlit SDK is available: 1.56.0

Upgrade
metadata
title: Mycodesucks
emoji: 🐢
colorFrom: gray
colorTo: blue
sdk: streamlit
sdk_version: 1.35.0
app_file: app.py
pinned: false

Environment

This project uses poetry to manage the environment.

When you pull a new version of this repo make sure to update the environment by running poetry install --no-root in case new packages were added since.

Initial Setup

  1. Navigate to this project's base directory
  2. Run poetry install
  3. Add this environment to the list of kernels to use in a jupyter notebook:
    1. activate the environment with poetry shell
    2. run python -m ipykernel install --user --name my_code_sucks --display-name "my code sucks"
  4. Create a .env file by copying .env.example and replace the values with actual keys.