summarylogtreecommitdiffstats
path: root/anki-sync-server.install
diff options
context:
space:
mode:
Diffstat (limited to 'anki-sync-server.install')
-rw-r--r--anki-sync-server.install16
1 files changed, 8 insertions, 8 deletions
diff --git a/anki-sync-server.install b/anki-sync-server.install
index a3506b90e99b..7024ea42ce9f 100644
--- a/anki-sync-server.install
+++ b/anki-sync-server.install
@@ -14,7 +14,7 @@ post_install() {
sudo -u anki-sync-server pip install decorator --user
# post installation instructions
- cat << EOF
+ cat << EOF
=======================================================================
------------------
Post Installation:
@@ -76,17 +76,17 @@ for details.
------------------------
Run Bundled Anki Client:
------------------------
-execute:
+If you want to run the supplied anki client execute:
/opt/anki-sync-server/anki-bundled/runanki
-you'll need most of the optional dependencies installed before running it
-though.
+You'll need to install the listed requirements to get it running first:
+
+ cd /opt/anki-sync-server/anki-bundled
+ pip install -r requirements.txt --user
+ bash tools/build_ui.sh #for aqt dependency
+ sudo pacman -S python-pyqt5 python-pyqtwebengine
-Also "aqt.forms" is a module you'll have to build yourself using the following script:
-
- /opt/anki-sync-server/anki-bundled/tools/build_ui.sh
-
=======================================================================
EOF
}