Skip to content

Commit

Permalink
[synapse] install with --user
Browse files Browse the repository at this point in the history
  • Loading branch information
luto authored Jul 1, 2019
1 parent fd8f280 commit cd07bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guide_synapse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ We will install synapse using pip, which makes it quite easy:
Requirement already satisfied: MarkupSafe>=0.23 in ./synapse/env/lib/python3.6/site-packages (from jinja2) (1.1.1)
Installing collected packages: jinja2
Successfully installed jinja2-2.10.1
[isabell@stardust ~]$ pip3.6 install matrix-synapse
[isabell@stardust ~]$ pip3.6 install --user matrix-synapse
Collecting matrix-synapse
Collecting pyasn1-modules>=0.0.7 (from matrix-synapse)
Using cached https://files.pythonhosted.org/packages/91/f0/b03e00ce9fddf4827c42df1c3ce10c74eadebfb706231e8d6d1c356a4062/pyasn1_modules-0.2.5-py2.py3-none-any.whl
Expand Down

0 comments on commit cd07bfd

Please sign in to comment.