summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authors7hoang2020-07-17 18:09:30 -0400
committers7hoang2020-07-17 19:41:44 -0400
commit88c4e447da5f8e4379b0c2635cb14970220e20eb (patch)
tree32d599fcefd44739e3fe1093a3b770e0b16eebfc
parent05c7720f8c9c6867e2cd8011d333ae32628ab11f (diff)
downloadaur-88c4e447da5f8e4379b0c2635cb14970220e20eb.tar.gz
Update Post-Install To Include All The Optional Dependencies
-rw-r--r--anki-sync-server.install10
1 files changed, 7 insertions, 3 deletions
diff --git a/anki-sync-server.install b/anki-sync-server.install
index 2338770b8d3b..8ffc982fb41e 100644
--- a/anki-sync-server.install
+++ b/anki-sync-server.install
@@ -82,10 +82,14 @@ If you want to run the supplied anki client execute:
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
+ cd /opt/anki-sync-server
+ git submodule init anki-bundled
+ cd anki-bundled
bash tools/build_ui.sh #for aqt dependency
- sudo pacman -S python-pyqt5 python-pyqtwebengine
+ sudo pacman -S python-beautifulsoup4 python-send2trash \
+ python-pyaudio python-requests python-decorator \
+ python-psutil python-distro python-markdown \
+ python-pyqt5 python-pyqtwebengine mpv
=======================================================================
EOF