/[escript]/trunk/esys2/pyvisi/README
ViewVC logotype

Contents of /trunk/esys2/pyvisi/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 102 - (show annotations)
Wed Dec 15 07:08:39 2004 UTC (18 years, 3 months ago) by jgs
File size: 1314 byte(s)
*** empty log message ***

1 $Id$
2 ===============
3 pyvisi
4 ===============
5
6
7 --------------------------------------------------------------------
8 Summary
9 --------------------------------------------------------------------
10
11 Pyvisi is the Python visualisation interface: a generic Python-based interface
12 to many different scientific visualisation packages.
13
14 See http://pyvisi.sourceforge.net
15
16
17 --------------------------------------------------------------------
18 Installation
19 --------------------------------------------------------------------
20
21 Pyvisi is just a python module ... treat it as any other module
22
23 * Global Instalation
24
25 As root use
26
27 > python setup.py install
28
29 This will install the files, in the appropriate place for
30 your python distribution. This will be something like
31 e.g. /usr/lib/python2.2/site-packages/
32
33 * Local instalation:
34
35 You can supply the base directory using
36
37 > python setup.py install --home=<dir>
38
39 which will install the files in
40
41 <dir>/lib/python/
42
43 for more help and options use
44 > python setup.py install --help
45
46 also see http://www.python.org/doc/current/inst/ for more details on
47 using the distutils package
48
49 * By hand
50
51 copy all the files in the pyvisi directory to somewhere in your
52 python path
53
54 eg
55
56 cp -r pyvisi ~/lib/python/

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.26