-
Notifications
You must be signed in to change notification settings - Fork 3
1. Installation
João Camacho edited this page Mar 22, 2018
·
4 revisions
|▒▓▒▒◙▒▓▒▓▒▓||░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|▒▓▒▒◙▒▓▒▓▒▓||░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
The easy way is typing in the terminal
$ git clone https://github.com/jdavidrcamacho/Gedi.git
to download the package, followed by going to Gedi main folder and typing
$ python setup.py develop
to install it. This will allow you to import Gedi as any python package.
And older version of Gedi can also be installed using pip by typing in your terminal
$ pip install Gedi
|▒▓▒▒◙▒▓▒▓▒▓||░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
”Pass on what you have learned” - Yoda (896 BBY-4 ABY)