forked from astrojuanlu/CBC.Solve
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
28 lines (17 loc) · 754 Bytes
/
INSTALL
File metadata and controls
28 lines (17 loc) · 754 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
Installation
------------
To install CBC.Solve, run the command
sudo python setup.py install
This will install CBC.Solve in the default Python path of your system.
For more options, run the command
python setup.py --help
If you'd like to try the demos without installing anything, just add
the following to your PYTHONPATH before attempting to run them
export PYTHONPATH=${PYTHONPATH}:../:../../
Dependencies
------------
CBC.Solve depends on the latest version of DOLFIN as follows:
1. The latest (stable) version of CBC.Solve depends on the latest (stable)
version of DOLFIN released prior to CBC.Solve.
2. The tip of the development branch of CBC.Solve depends on the tip of
the development branch of DOLFIN (with a short lag).