From a99f723ed0605be2fd5543b43e9a0e6bf03baba1 Mon Sep 17 00:00:00 2001 From: Cash Weaver Date: Fri, 26 Aug 2022 09:24:35 -0700 Subject: [PATCH] docs: Add `-e src` to installation instructions Mentions `pip install -e src` in the installation instructions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c7fdc8b..81fd27c 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Installing 1. Install the dependencies: $ pip install -r src/requirements.txt + $ pip install -e src 2. Copy the default config file ([ankisyncd.conf](src/ankisyncd.conf)) to configure the server using the command below. Environment variables can be used instead, see: [Configuration](#configuration).