From cf0dc8e6a81f0b87bfba6d952ce9085d21257c18 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Tue, 17 Sep 2019 10:14:00 +0100 Subject: [PATCH] README: make it clearer that it's not only for Arch/Fedora --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99005c4..ee4df43 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,13 @@ A skeleton app for running your own [EteSync](https://www.etesync.com) server * Arch Linux : [AUR](https://aur.archlinux.org/packages/etesync-server) * Fedora : [COPR](https://copr.fedorainfracloud.org/coprs/daftaupe/etesync) -## Manually from source +## From source Before installing the EteSync server make sure you install `virtualenv` (for **Python 3**): * Arch Linux: `pacman -S python-virtualenv` * Debian/Ubuntu: `apt-get install python3-virtualenv` +* Mac/Windows/Other Linux: install virtualenv or just skip the instructions mentioning virtualenv. Then just clone the git repo and set up this app: