Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 362 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 362 Bytes

uvaer-app-naar-kommer-vaaren

Denne appen i Python Streamlit skal vise når våren kommer, basert på input fra en bruker.

  1. Clone repository.
  2. Make a virtual environment.
  3. Activate the virtual environment.
  4. Install pip-tools: pip install pip-tools.
  5. Synchronize the dependencies: pip-sync.
  6. Run the Streamlit application: streamlit run app.py.