diff --git a/docs/MonoLoco++.md b/docs/MonoLoco++.md
index be6e28e..f7c89dd 100644
--- a/docs/MonoLoco++.md
+++ b/docs/MonoLoco++.md
@@ -57,7 +57,25 @@ To show all the instances estimated by MonoLoco add the argument `show_all` to t

### Social Distancing
-WIP
+To visualize social distancing compliance, simply add the argument `--social-distance` to the predict command.
+
+An example from the Collective Activity Dataset is provided below.
+
+
+
+To visualize social distancing run the below, command:
+```
+python -m monstereo.run predict \
+docs/frame0038.jpg \
+--net monoloco_pp \
+--social_distance \
+--output_types front bird --show_all \
+--model data/models/monoloco_pp-201203-1424.pkl -o