diff --git a/README.md b/README.md
index ad6ef77..c06cacf 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,18 @@ This is code for the XPUB 2025 call.
## Dependencies
+To run locally, clone the repo (call2025), and cd into the call2025:
+
+ python3 -m venv venv
+ source venv/bin/activate
pip install django pillow pyyaml click
+ mkdir db
+ cp call2025/settings.template.py call2025/settings.py
+ ./manage.py migrate
+ ./manage.py runserver
+
+
## Key files
* Stylesheets: [index.css](call/static/call/index.css) + [guestbook](call/static/call/guestbook.css)
diff --git a/call/templates/call/creature.html b/call/templates/call/creature.html
deleted file mode 100644
index b5435a0..0000000
--- a/call/templates/call/creature.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{% load static %}
-
-
-
-
-xpub call 2025
-
-
-
-
-
-
-
-
{{creature.caption}}
-
-
-
-
\ No newline at end of file
diff --git a/call/templates/call/creature_detail.html b/call/templates/call/creature_detail.html
index f38af06..fda1389 100644
--- a/call/templates/call/creature_detail.html
+++ b/call/templates/call/creature_detail.html
@@ -2,5 +2,6 @@
{% block content %}
+
{{object.caption}}
{% endblock %}
\ No newline at end of file
diff --git a/call/templates/call/creature_list.html b/call/templates/call/creature_list.html
index 7c33a38..ea07a64 100644
--- a/call/templates/call/creature_list.html
+++ b/call/templates/call/creature_list.html
@@ -4,7 +4,7 @@
The Master Experimental Publishing at the Piet Zwart Institute in Rotterdam (NL) is a two-year master focused on the acts of making things public and creating publics in the age of post-digital networks.
-
-
Application deadlines:
-
- March 4, 2024 (non-EU + EU)
- May 8, 2024 (EU)
-