Merge pull request #145 from cashweaver/develop

docs: Add `-e src` to installation instructions
This commit is contained in:
Vikash Kothary 2022-08-26 18:51:15 +01:00 committed by GitHub
commit f7c64a6693
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).