zulip/templates/zerver/help/include/install-matrix.md

602 B

Install the bridge software

  1. 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.

  2. Activate the virtualenv by running the source command printed at the end of the output of the previous step.

  3. Install the Matrix bridge software in your virtualenv, by running:

    pip install -r zulip/integrations/matrix/requirements.txt