Search found 1 match
- Wed Dec 10, 2014 12:09 pm
- Forum: Python interfacing : Abipy ecosystem
- Topic: help for install Abinitgui
- Replies: 4
- Views: 15240
Re: help for install Abinitgui
Setup the environment of python for the GUI ! 1) Python 2.7 (currently version 2.7.3) if python is not installed yet, install it with the paquet manager sudo apt-get install python2.7 python2.7-dev 2) Install PIP (for dependencies) sudo apt-get install python-pip 2) Install numpy (1:1.6.1), scipy (0...