DanaSoft

lun. 04 octobre 2010 by Martin Deudon

DanaSoft is a python interface based on PyQt4.

Github link

danasoft_example

Installation

  1. If you are using Anaconda create a new environment with python's version 2.7 (in a terminal) :

shell conda create -n danasoft_env python=2.7 activate danasoft_env

  1. Manual install PyQt4 on this environment

  2. Install numpy : conda install numpy

  3. Download danasoft from github :

shell git clone https://github.com/tinmarD/DanaSoft

Data Directory :

The data files are not provided on github to save space.

You need to set the data directory path in the config.py file at line 10 :

SOFT_NAME = "Dana Soft"
DATA_PATH = r'C:\Path\to\data\directory'

Install

  1. In the terminal, go in the root directory and run the following command :
python setup.py install

Launch

There are 2 solutions to launch the software :

  1. Open the file danasoft/danasoft.py with python

OR

  1. If step 5 was completed (python setup.py install), you can open the software by calling danasoft in a terminal