From 7ca018b8388123578e7b2717b9c73734a6fe278a Mon Sep 17 00:00:00 2001 From: Bernd Wechner Date: Sat, 10 Oct 2020 12:40:45 +1100 Subject: [PATCH] Added Ubuntu section to ReadMe --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 44ec895e..2929a58a 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,14 @@ This folder contains the source for dupeGuru. Its documentation is in `help`, bu ### Windows For windows instructions see the [Windows Instructions](Windows.md). +### Ubuntu +You'll need venv and Python dev tools to make the project. So ensure you've tried this before starting: + +``` +$ apt install python3-venv +$ apt install python3-dev +``` + ### Prerequisites * [Python 3.5+][python]