-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Maxime OLIVIER edited this page Jun 19, 2015
·
13 revisions
- ipython
2.3.0-2
L'installation de pyCAF est relativement simple : cloner le dépôt github, mettre en place le fichier de configuration d'ipython puis de mettre à jour le contenu de ce fichier.
$ git clone https://github.com/maximeolivier/pyCAF.git̀ $ cp pyCAF/ressources/00-pyCAF.py ~/.ipython/profile_default/startup/ $ VAR=$(pwd)/pyCAF && CMD=\'s/sys.path.append(\"\/path\/to\/pyCAF\/repository\")/"$(echo -e "sys.path.append($VAR)")"/\' && print $CMD | xargs sed