pycrypto back to extras.

Fixes 68
This commit is contained in:
Manuel Ebert 2013-04-22 09:58:45 +02:00
parent 4a94705b25
commit 3c07c7dee0
4 changed files with 10 additions and 5 deletions

View file

@ -33,7 +33,11 @@ Install _jrnl_ using pip:
pip install jrnl
Alternatively, install manually by cloning the repository:
Or, if you want the option to encrypt your journal,
pip install jrnl[encrypted]
To install `pycrypto` as well (Note: this requires a `gcc` compiler. You can also [install PyCyrypto manually](https://www.dlitz.net/software/pycrypto/) first)). Alternatively, install _jrnl_ manually by cloning the repository:
git clone git://github.com/maebert/jrnl.git
cd jrnl