Skip to content

1. Installation

João Camacho edited this page Mar 22, 2018 · 4 revisions

|▒▓▒▒◙▒▓▒▓▒▓||░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

Required packages

|▒▓▒▒◙▒▓▒▓▒▓||░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

Installation

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

|▒▓▒▒◙▒▓▒▓▒▓||░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

Clone this wiki locally