1- ========================
2- Installation instruction
3- ========================
1+ =========================
2+ Installation instructions
3+ =========================
44
55Dependencies
66============
@@ -9,50 +9,16 @@ OpenPIV would not have been possible if other great open source projects did not
99exist. We make extensive use of code and tools that other people have created, so
1010you should install them before you can use OpenPIV.
1111
12- The dependencies are:
12+ The main dependencies are:
1313
1414* `python <http://python.org/>`_
1515* `scipy <http://numpy.scipy.org/>`_
1616* `numpy <http://www.scipy.org/>`_
17- * `cython <http://cython.org/>`_
1817* `scikit-image <http://scikit-image.org/>`_
1918
2019On all the platforms, the binary Anaconda installation is recommended.
2120Visit https://www.continuum.io/downloads
2221
23- How to install the dependencies on Linux (detailed)
24- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
25- On a Linux platform installing these dependencies should be trick. Often, if not always,
26- python is installed by default, while the other dependencies should appear in your package
27- manager.
28-
29- /**
30- Example of installation procedure on Ubuntu
31- (tested for version 10.04 to 12.10)
32- *open a terminal & install modules
33- sudo apt-get install python-pip
34- sudo apt-get install python-setuptools python-dev build-essential
35- sudo pip install numpy
36- sudo pip install
37- sudo apt-get install libatlas-base-dev gfortran
38- sudo pip install scipy
39- sudo pip install cython
40- sudo apt-get install python-matplotlib
41- pip install -U scikit-image
42- *you will need version 1.6.0 or later of the numpy module.
43- *If pip cannot find the right version, easyinstall should work:
44- sudo easyinstall numpy
45- *now download openpiv source code and move to the openpiv directory
46- *then install openpiv:
47- sudo python setup.py install
48- *open a new terminal & test openpiv
49- openpiv
50- *if you get an error such as "unknown module lib" try to logout or try to modify the PYTHONPATH variable by adding
51- export PYTHONPATH=$PYTHONPATH:[path-to-openpiv-directory]
52- to your ~/.bashrc file and then logout or:
53- source ~/.bashrc
54- **/
55-
5622
5723Get OpenPIV source code!
5824========================
0 commit comments