From f617e72e8a77c70488690aceabd97f880c171161 Mon Sep 17 00:00:00 2001
From: martin <m.schultz@fz-juelich.de>
Date: Tue, 17 Mar 2020 00:24:20 +0100
Subject: [PATCH] Initial version of population - Population class generates
 Person objects with gender and age based on UN population data from Germany

---
 README.md | 17 ++++++++++++++++-
 1 file changed, 16 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 00ee170..861773c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,18 @@
 # bcm
 
-Behavioral model for corona spread
\ No newline at end of file
+Behavioral model for corona spread
+
+## Installation
+
+Currently you can only clone the sources from ssh://git@gitlab.version.fz-juelich.de:10022/schultz1/bcm.git
+
+## Run
+
+population.py can be run as main program.
+It will generate a population distribution which follows closely the 
+actual data from Germany.
+
+```buildoutcfg
+cd src
+python population.py
+```
-- 
GitLab