- Python 3.9+
- pip
- virtualenv (valgfritt, men anbefalt)
- Klone repository:
git clone https://github.com/toro68/min_kamp.git
cd min_kamp- Opprett virtuelt miljø (valgfritt, men anbefalt):
python3 -m venv venv
source venv/bin/activate # På macOS/Linux
# eller
venv\Scripts\activate # På Windows- Installer prosjektet:
pip install -e .streamlit run src/min_kamp/streamlit_app.pypytestblack .
flake8
mypy .Se pyproject.toml for full liste over avhengigheter.
[Angi lisens]