From a771971088cfb443bf975bb1df19b1c3afff8617 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Thu, 26 Jan 2023 15:49:20 +0100
Subject: [PATCH] Updated docs

---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 11d70b6..4cba6e8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,14 @@
+<img src="docs/illustrations/vipslogo_512.png" alt="VIPS Logo" height="250"/>
+
 # VIPSCore-Python-Common
 
-Lorem Ipsum
+This is the source code for the module that contains the common data models and utilities for the Python implementation(s) of VIPS. It can be imported with pip like this:
+
+``` bash
+pip3 install TODOTODOTODO
+```
+
+
 
 ## Unit tests
 The tests are located in the `src/vipscore_common/tests` folder, and we're using Python's standard [`unittest` library](https://docs.python.org/3/library/unittest.html)
-- 
GitLab