Fixes install routine

This commit is contained in:
Manuel Ebert 2013-04-17 12:02:26 +02:00
parent 65aff0d75e
commit 65b4d5ffa0
5 changed files with 11 additions and 10 deletions

View file

@ -77,7 +77,7 @@ def install_jrnl(config_path='~/.jrnl_config'):
print("PyCrypto not found. To encrypt your journal, install the PyCrypto package from http://www.pycrypto.org and run 'jrnl --encrypt'. For now, your journal will be stored in plain text.")
# Use highlighting:
if module_exists("colorama"):
if not module_exists("colorama"):
print("colorama not found. To turn on highlighting, install colorama and set highlight to true in your .jrnl_conf.")
default_config['highlight'] = False