Skip to content

Commit 4bdbc2c

Browse files
authored
Update installation_instruction.rst
1 parent a1c17e4 commit 4bdbc2c

File tree

1 file changed

+2
-45
lines changed

1 file changed

+2
-45
lines changed

openpiv/docs/src/installation_instruction.rst

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -15,60 +15,17 @@ you should install them before you can use OpenPIV.
1515

1616
The dependencies are:
1717

18-
<<<<<<< HEAD
19-
* `Python 2.7 or 3.6 <http://python.org/>`_
20-
=======
18+
2119
* `Python <http://python.org/>`_
22-
>>>>>>> 2d4f48449c80e4fc0fd28dbaa87727a03ce5a992
2320
* `Scipy <http://numpy.scipy.org/>`_
2421
* `Numpy <http://www.scipy.org/>`_
2522
* `Cython <http://cython.org/>`_
2623
* `scikit-image <http://scikit-image.org/>`_
2724

28-
<<<<<<< HEAD
29-
The following distributions that include Python with the required libraries are recommended for easy installations of dependencies:
30-
=======
3125
On all platforms, the following Python distribution is recommended:
32-
>>>>>>> 2d4f48449c80e4fc0fd28dbaa87727a03ce5a992
33-
34-
* Anaconda <https://store.continuum.io/cshop/anaconda/>
35-
<<<<<<< HEAD
36-
* PythonXY <https://code.google.com/p/pythonxy/>
37-
* WinPython <http://winpython.sourceforge.net/>
38-
39-
How to install the dependencies on Linux
40-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
41-
On a Linux platform installing these dependencies should not be tricky. Often, if not always,
42-
python is installed by default, while the other dependencies should appear in your package
43-
manager.
44-
45-
Thanks for the issue raised on our Github page, the Ubuntu installation should work as:
46-
47-
sudo apt-get install cython python-numpy python-scipy
48-
49-
pip2.7 install OpenPIV
50-
51-
52-
Using Conda
53-
^^^^^^^^^^^
54-
55-
conda install -c conda-forge openpiv
56-
57-
Should include all the missing packages and automatically build the dependenices.
58-
59-
60-
How to install the dependencies on Windows
61-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
62-
On Windows all these dependencies, as well as several other useful packages, can be installed
63-
using one of the aforementioned distributions, e.g. Anaconda, PythonXY. Note: Install it in Custom Directories,
64-
without spaces in the directory names (i.e. Program Files are prohibited), e.g. `C:\Pythonxy\`
6526

27+
* Anaconda <https://store.continuum.io/cshop/anaconda/>
6628

67-
How to install the dependencies on a Mac
68-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
69-
The binary (32 or 64 bit) Enthought Python Distribution (EPD) or Anaconda are recommended. Note: if you use EPD Free distribution, you need to add and install Cython from http://www.cython.org
70-
=======
71-
>>>>>>> 2d4f48449c80e4fc0fd28dbaa87727a03ce5a992
7229

7330
Installation
7431
============

0 commit comments

Comments
 (0)