Skip to content

tinmarD/DanaSoft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DANASOFT

DanaSoft is a python interface based on PyQt4.

Installation

  1. If you are using Anaconda create a new environment with python's version 2.7 (in a terminal) :
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 :

    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

  2. If step 5 was completed, you can open the software by calling danasoft in a terminal

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages