Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 937 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 937 Bytes

Muir Woods Mystery 🏕

⚠️ Spoiler Alert: This repository contains the full implementation, including solutions to the challenges.

Setup

Clone the Repository

git clone https://github.com/cricksmaidiene/muir-woods-mystery
cd muir-woods-mystery

Create a python environment

conda create --name muir python=3.10 -y
conda activate muir

Install the dependencies

pip install poetry
poetry install

Run the app locally

streamlit run src/detective/main.py