Skip to content

Commit 457d9bb

Browse files
authored
Update README.md
1 parent da853fb commit 457d9bb

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
[![Build status](https://ci.appveyor.com/api/projects/status/4ht2vwvur22jmn6b?svg=true)](https://ci.appveyor.com/project/alexlib/openpiv-python)
44
[![DOI](https://zenodo.org/badge/4213/OpenPIV/openpiv-python.svg)](https://zenodo.org/badge/latestdoi/4213/OpenPIV/openpiv-python)
55

6-
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/openpiv/badges/version.svg)](https://anaconda.org/conda-forge/openpiv)
7-
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/openpiv/badges/platforms.svg)](https://anaconda.org/conda-forge/openpiv)
8-
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/openpiv/badges/license.svg)](https://anaconda.org/conda-forge/openpiv)
9-
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/openpiv/badges/downloads.svg)](https://anaconda.org/conda-forge/openpiv)
10-
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/openpiv/badges/installer/conda.svg)](https://conda.anaconda.org/conda-forge)
11-
12-
136

147
OpenPIV consists in a Python and Cython modules for scripting and executing the analysis of
158
a set of PIV image pairs. In addition, a Qt graphical user interface is in
@@ -32,13 +25,10 @@ Click the link - thanks to BinderHub, Jupyter and Conda you can now get it in yo
3225

3326
## Installing
3427

35-
You can use `conda` :
36-
37-
conda install -c openpiv openpiv
38-
39-
Or PyPI: <https://pypi.python.org/pypi/OpenPIV>:
28+
Use PyPI: <https://pypi.python.org/pypi/OpenPIV>:
4029

41-
pip install openpiv
30+
pip install cython numpy
31+
pip install openpiv --pre
4232

4333
`--pre` because sometimes we push pre-releases
4434

0 commit comments

Comments
 (0)