mirror of https://github.com/zulip/zulip.git
602 B
602 B
Install the bridge software
-
Clone the Zulip API repository, and install its dependencies.
git clone https://github.com/zulip/python-zulip-api.git cd python-zulip-api python3 ./tools/provision
This will create a new Python virtualenv. You'll run the bridge service inside this virtualenv.
-
Activate the virtualenv by running the
source
command printed at the end of the output of the previous step. -
Install the Matrix bridge software in your virtualenv, by running:
pip install -r zulip/integrations/matrix/requirements.txt