diff --git a/README.md b/README.md index a6225a8..900236d 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,9 @@ This is code for the XPUB 2025 call. -Dependencies -* django -* pyyaml -* click +## Dependencies + + pip install django pillow pyyaml click ## Colophon diff --git a/call2025/settings.py b/call2025/settings.local.py similarity index 100% rename from call2025/settings.py rename to call2025/settings.local.py