From bd14524c98a9b69fd2968509d5e5a02fc203bc20 Mon Sep 17 00:00:00 2001 From: clach04 Date: Sun, 11 Dec 2022 10:11:00 -0800 Subject: [PATCH] Issue #423 - doc dev and test setup --- Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Readme.md b/Readme.md index a9589a7..e8fab63 100644 --- a/Readme.md +++ b/Readme.md @@ -395,6 +395,16 @@ cp config.ini-sample ~/.elodie/config.ini If you're an english speaker then you will probably want to add `prefer_english_names=True` to the `[MapQuest]` section else you'll have cities named using the local language. +## Developing + +Install requirements similar to installing as a user and then run tests. NOTE different requirement file(s): + +``` +python -m pip install -r elodie/tests/requirements.txt +python -m pip install -r elodie/plugins/googlephotos/requirements.txt +python elodie/tests/run_tests.py +``` + ## Questions, comments or concerns? The best ways to provide feedback is by opening a [GitHub issue](https://github.com/jmathai/elodie/issues) or emailing me at [jaisen@jmathai.com](mailto:jaisen@jmathai.com).