File: install.txt

package info (click to toggle)
mmass 2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 5,432 kB
  • ctags: 1,368
  • sloc: python: 21,535; makefile: 45; sh: 1
file content (35 lines) | stat: -rw-r--r-- 1,466 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
RUNNING FROM MS WINDOWS BINARIES
--------------------------------

No installation is needed to run mMass under MS Windows. This means that you can
run the program directly after unpacking the downloaded archive. Simply run the
'mmass.exe' file and have fun.

(Please note, that you must have privileges for writing to mMass folder.
Otherwise you will not be able to store any program preferences such as startup
defaults or modifications.)


RUNNING FROM THE SOURCE FILES
-----------------------------
mMass program is written in Python language. Before you can run it from the
source files you need to have some additional programs already installed:

1)  Python - the languege itself
    On www.python.org get and install a distribution of Python for
    your platform. Please note that current version of mMass was tested on
    Python 2.4 only!
2)  wxPython - GUI libraries
    On www.wxpython.org get and install a distribution of wxPython for
    your platform. Please note that current version of mMass was tested on
    wxPython 2.6.3.2 only!
3)  NumPy python module
    On numpy.scipy.org get and install a distribution of NumPy module for
    your platform. Please note that current version of mMass was tested on
    NumPy 1.0.1 only!

When you have all these programs/libs already installed, you can run mMass
simply by running the 'mmass.py' file.

The 'setup.py' is just the script for making binary distribution of
mMass by py2exe or py2app utility.