diff options
| author | J08nY | 2017-08-22 00:01:47 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-22 00:01:47 +0200 |
| commit | 60624b9113ab55d493ea3560f0350f686be2676c (patch) | |
| tree | 1701f3e8e4fdbbdaa852b39aa7fce765b8803fac /docs/install.rst | |
| parent | 28b35f7b5cac0a3d2950bdc8077f5223dd6318c3 (diff) | |
| download | mailman-pgp-60624b9113ab55d493ea3560f0350f686be2676c.tar.gz mailman-pgp-60624b9113ab55d493ea3560f0350f686be2676c.tar.zst mailman-pgp-60624b9113ab55d493ea3560f0350f686be2676c.zip | |
Diffstat (limited to 'docs/install.rst')
| -rw-r--r-- | docs/install.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/install.rst b/docs/install.rst new file mode 100644 index 0000000..152c92d --- /dev/null +++ b/docs/install.rst @@ -0,0 +1,12 @@ +============ +Installation +============ + +Mailman-pgp currently depends on a development version of both `Mailman <https://gitlab.com/mailman/mailman>`_ and `PGPy <https://github.com/SecurityInnovation/PGPy>`_. +However, the required changes are slowly getting merged into both. Until they are fully merged, doing:: + + pip install mailman-pgp + +pulls in those development versions from `J08nY/mailman/plugin <https://gitlab.com/J08nY/mailman/tree/plugin>`_, `J08nY/PGPy/dev <https://github.com/J08nY/PGPy/tree/dev>`_. + +See :doc:`config` for configuration which enables the mailman-pgp plugin after installation.
\ No newline at end of file |
