Wiki » History » Version 1
Version 1/3
-
Next ยป -
Current version
martinez, nicolas, 17/07/2014 04:20 PM
Short user's manual¶
Installation procedure:¶
No installer is yet available. The program is written in Python, and depends on the numpy, scipy, matplotlib, pyQT and lmfit modules.
Windows:¶
- Download and install a package containing python and it's scientific modules, such as pythonxy. You can find this here: http://code.google.com/p/pythonxy/. I strongly recomend using a 2.7 version of Python
- Download and install lmfit. You can find it here: http://lmfit.github.io/lmfit-py/. You should be carefull to download the version corresponding to your Python version (which should be Python 2.7!)
- Download and unzip the provided mQfit file.
- Double-click on the qens_gui_advanced.py script, which sould start the GUI.
Unix systems:¶
- Python is usually provided with Unix distributions (at least it is in ubuntu), but you probably have to download and install the numpy, scipy, matplotlib and pyQT modules.
- Download lmfit here: http://lmfit.github.io/lmfit-py/.
- Download and unzip the provided mQfit file.
- In a shell window, go to the unziped directory and launch the program through the command: python qens_gui_advanced.py. The GUI should then appear.