From c60fd21805290c57cbc902fc3fa7e25103cb47e9 Mon Sep 17 00:00:00 2001 From: Aaron Meurer Date: Sat, 10 Aug 2013 00:42:34 -0600 Subject: [PATCH] Don't make it sound like Jedi has to be installed with pip --- jedi/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jedi/utils.py b/jedi/utils.py index 8ab4c2f0..77b193cc 100644 --- a/jedi/utils.py +++ b/jedi/utils.py @@ -20,7 +20,7 @@ def setup_readline(): from jedi.utils import setup_readline setup_readline() except ImportError: - print('Install Jedi with pip! No autocompletion otherwise.') + print('Install Jedi! No autocompletion otherwise.') """ try: