From 7deda95d77b488b26242b64aafa5ebd709fa1e24 Mon Sep 17 00:00:00 2001 From: Karsten Lehmann Date: Wed, 2 Sep 2020 00:07:57 +0200 Subject: [PATCH] Removed whole section about ankisyncd without pyaudio from the README --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 1c8e75c..61dd905 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,6 @@ It supports Python 3 and Anki 2.1. - [Anki 2.1](#anki-21) - [Anki 2.0](#anki-20) - [AnkiDroid](#ankidroid) - - [Running `ankisyncd` without `pyaudio`](#running-ankisyncd-without-pyaudio) - - [Anki ≥2.1.9](#anki-219) - - [Older versions](#older-versions) - [ENVVAR configuration overrides](#envvar-configuration-overrides) - [Support for other database backends](#support-for-other-database-backends) @@ -142,13 +139,6 @@ Even though the AnkiDroid interface will request an email address, this is not required; it will simply be the username you configured with `ankisyncctl.py adduser`. -Running `ankisyncd` without `pyaudio` -------------------------------------- - -`ankisyncd` doesn't use the audio recording feature of Anki, so if you don't -want to install PortAudio, you can edit some files in the `anki-bundled` -directory to exclude `pyaudio`: - ENVVAR configuration overrides ------------------------------