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.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/anki-sync-server.install b/anki-sync-server.install
index 7024ea42ce9f..2338770b8d3b 100644
--- a/anki-sync-server.install
+++ b/anki-sync-server.install
@@ -58,11 +58,11 @@ then run:
if you run it as another user you may have to install some dependencies again:
- pip install --user webob decorator
+ sudo pacman -S python2-webob python2-decorator
or:
- sudo pacman -S python2-webob python2-decorator
+ pip install --user webob decorator
=== (be aware you may have trouble with permissions on your auth.db if you run as different users!) ===