-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREADME.txt
More file actions
28 lines (20 loc) · 780 Bytes
/
README.txt
File metadata and controls
28 lines (20 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
==========================
Postmaster Python bindings
==========================
Installation
============
You don't need this source code unless you want to modify the
package. If you just want to use the Postmaster Python bindings, you
should run::
easy_install postmaster
See http://www.pip-installer.org/en/latest/index.html for instructions
on installing pip. If you are on a system with easy_install but not
pip, you can use easy_install instead. If you're not using virtualenv,
you may have to prefix those commands with `sudo`. You can learn more
about virtualenv at http://www.virtualenv.org/
To install from source, run::
python setup.py install
Documentation
=============
Please see https://www.postmaster.io/docs for the most up-to-date
documentation.