mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-28 05:26:13 +02:00
Makes PyCrypto an automatic install
This commit is contained in:
parent
e0f7d235b1
commit
ba6f7a43ba
3 changed files with 4 additions and 4 deletions
|
@ -222,4 +222,5 @@ Known Issues
|
|||
------------
|
||||
|
||||
- The Windows shell prior to Windows 7 has issues with unicode encoding. If you want to use non-ascii characters, change the codepage with `chcp 1252` before using `jrnl` (Thanks to Yves Pouplard for solving this!)
|
||||
- _jrnl_ relies on the `Crypto` package to encrypt journals, which has some known problems with installing within virtual environments.
|
||||
- _jrnl_ relies on the `PyCrypto` package to encrypt journals, which has some known problems with installing within virtual environments. If you want to install __jrnl__ within a virtual environment, you need to [install PyCyrypto manually](https://www.dlitz.net/software/pycrypto/) first.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue