forked from kwmsmith/fwrap
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathINSTALL.txt
More file actions
29 lines (18 loc) · 717 Bytes
/
INSTALL.txt
File metadata and controls
29 lines (18 loc) · 717 Bytes
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
Fwrap - Installation Instructions
=================================
You first need to install fparser, then you can install fwrap.
Install fparser
---------------
From the fwrap root git repository::
hg clone http://f2py.googlecode.com/hg/ f2py
ln -s ../f2py/fparser fwrap/fparser
Install fwrap
-------------
You have two installation options:
1. Run the setup.py script in this directory as follows:
$ python setup.py install
This will install the Fwrap package into your Python system.
OR
2. If you prefer not to modify your Python installation, arrange for the
directory containing this file (INSTALL.txt) to be in your PYTHONPATH. On
unix, also put the bin directory on your PATH.