From 3894fd205b54302d113898ae73a60366807b8b31 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 3 Jan 2021 12:55:24 +0200 Subject: [PATCH] README: mention minimum requirements --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f8800ff..1d39872 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ An [Etebase](https://www.etebase.com) (EteSync 2.0) server so you can run your o # Installation +## Requirements + +Etebase requires Python 3.7 or newer and has a few Python dependencies (listed in `requirements.in/base.txt`). + ## From source Before installing the Etebase server make sure you install `virtualenv` (for **Python 3**):