InstallationΒΆ

Make sure you have Django installed. Then install the package from PyPI:

pip install django-envelope

If you like living on the edge, grab the development version from Github:

git clone https://github.com/zsiciarz/django-envelope.git
cd django-envelope
python setup.py install

To enable a simple antispam check, install django-honeypot. Envelope will automatically pick that one up and use in the contact form.