Minor typo in installation.rst

Fix "PyCyrypto" to "PyCrypto".
This commit is contained in:
Steven Maude 2014-07-12 00:06:11 +01:00
parent 5a2460a12d
commit 2dcb3f215d

View file

@ -18,7 +18,7 @@ to install the dependencies for encrypting journals as well.
.. note::
Installing the encryption library, `pycrypto`, requires a `gcc` compiler. For this reason, jrnl will not install `pycrypto` unless explicitly told so like this. You can `install PyCyrypto manually <https://www.dlitz.net/software/pycrypto/>`_ first or install it with ``pip install pycrypto`` if you have a `gcc` compiler.
Installing the encryption library, `pycrypto`, requires a `gcc` compiler. For this reason, jrnl will not install `pycrypto` unless explicitly told so like this. You can `install PyCrypto manually <https://www.dlitz.net/software/pycrypto/>`_ first or install it with ``pip install pycrypto`` if you have a `gcc` compiler.
The first time you run ``jrnl`` you will be asked where your journal file should be created and whether you wish to encrypt it.