forked from aterrel/ignition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
30 lines (19 loc) · 806 Bytes
/
INSTALL
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
Global install
--------------
To install ignition, type
sudo python setup.py install
In source install
-----------------
Since the code is pure Python you can add the source directory to the
``PYTHONPATH`` environment variable. No code needs to be moved or compiled for
this option.
For example:
* Clone both ignition and sympy from their respective dev repos:
Sympy: https://github.com/sympy/sympy
Ignition: https://github.com/aterrel/ignition
~/ $ git clone git://github.com/sympy/sympy.git
~/ $ git clone git://github.com/aterrel/ignition.git
* Add the directories to your PYTHONPATH environment variable:
~/ $ export PYTHONPATH=$PWD/ignition:$PWD:sympy:$PYTHONPATH
* go to iginition/demo/riemann and run a demo
~/ignition/demo/riemann $ python acoustics.py