Added Ubuntu section to ReadMe

This commit is contained in:
Bernd Wechner 2020-10-10 12:40:45 +11:00
parent 24f87b7799
commit 7ca018b838
1 changed files with 8 additions and 0 deletions

View File

@ -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]