diff --git a/README.md b/README.md
index dd1c3486..f8810d79 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,11 @@ _Need an actual Chrome runner with Javascript support? We support fetching via W
Run the python code on your own machine by cloning this repository, or with docker and/or docker-compose
-**Docker**
+## Installation
+
+### Docker
+
+Check out our Docker hub page https://hub.docker.com/r/dgtlmoon/changedetection.io
With Docker composer, just clone this repository and
```bash
@@ -48,7 +52,10 @@ Docker standalone
$ docker run -d --restart always -p "127.0.0.1:5000:5000" -v datastore-volume:/datastore --name changedetection.io dgtlmoon/changedetection.io
```
-**Python PIP**
+### Python Pip
+
+Check out our pypi page https://pypi.org/project/changedetection.io/
+
```bash
$ pip3 install changedetection.io
$ changedetection.io -d /path/to/empty/data/dir -p 5000