-
Notifications
You must be signed in to change notification settings - Fork 0
TAnalysis Documentation
Alexandre de Castro Maciel edited this page Mar 14, 2016
·
4 revisions
There script itself does not need to be installed. Just drop the for files in a folder of your choice and run the script. However, you need to install the framework for it to be properly used. The list bellow refers to the basic framework for having TAnalysis working (Tested on Windows 7 and Ubuntu 15):
- Python 2.7 (Python 3.0 might be ok as well but no tests were performed with it so far. If you have success running TAnalysis in any version other than 2.7 , please send a comment on that.)
- PyQt 4.0 or higher.
Also, if you have the need for editing the Qt Graphical Interface, you should install:
- QtDesigner
You can run the following line command (Windows or Linux). Make sure to be at the same directory as the TAnalysis script:
python TAnalysis.py
In addition, you can run it from your IDE. Or you might create a link to execute the script. What ever floats your boat.