mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
pycrypto back to extras.
Fixes 68
This commit is contained in:
parent
4a94705b25
commit
3c07c7dee0
4 changed files with 10 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue