mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Remove references to jrnl[encrypted]
This commit is contained in:
parent
c2ca11caa7
commit
f7b7a886c4
1 changed files with 2 additions and 10 deletions
|
@ -10,17 +10,9 @@ Install *jrnl* using pip ::
|
||||||
|
|
||||||
pip install jrnl
|
pip install jrnl
|
||||||
|
|
||||||
Or, if you want the option to encrypt your journal, ::
|
Alternatively, on OS X with [Homebrew](http://brew.sh/) installed:
|
||||||
|
|
||||||
pip install jrnl[encrypted]
|
brew install jrnl
|
||||||
|
|
||||||
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 PyCrypto manually <https://www.dlitz.net/software/pycrypto/>`_ first or install it with ``pip install pycrypto`` if you have a `gcc` compiler.
|
|
||||||
|
|
||||||
Also note that when using zsh, you the correct syntax is ``pip install "jrnl[encrypted]"`` (note the quotes).
|
|
||||||
|
|
||||||
The first time you run ``jrnl`` you will be asked where your journal file should be created and whether you wish to encrypt it.
|
The first time you run ``jrnl`` you will be asked where your journal file should be created and whether you wish to encrypt it.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue