File: README

package info (click to toggle)
g2 0.72-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,696 kB
  • sloc: ansic: 9,772; sh: 2,734; python: 235; perl: 228; makefile: 210; fortran: 183; cpp: 33
file content (16 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
To build the g2 Python module:
	1. go to parent directory and build g2 library
	2. type:
		make

To test the g2 Python module, type:

	make demo

To install the g2 Python module, type (you will need root privilege):

	make install

Help is available. In a Python shell, type:
	>>> import g2
	>>> help(g2)