Skip to content

Commit f4c6c4f

Browse files
committed
updated readme and gitignore
1 parent 64bad64 commit f4c6c4f

File tree

3 files changed

+3
-16
lines changed

3 files changed

+3
-16
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ openpiv/masking_tutorial/.ipynb_checkpoints
4141
*.pyd
4242
OpenPIV.egg-info
4343
*.ipynb_checkpoints*
44+
.vscode/settings.json

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,11 @@ Click the link - thanks to BinderHub, Jupyter and Conda you can now get it in yo
2323

2424
## Installing
2525

26-
You can use Conda <http://conda.io>:
27-
28-
conda install -c conda-forge openpiv
29-
30-
We are listed on PyPI: <https://pypi.python.org/pypi/OpenPIV>, so you could just try:
26+
We are listed on PyPI: <https://pypi.python.org/pypi/OpenPIV>:
3127

28+
pip install numpy cython
3229
pip install openpiv
3330

34-
or
35-
36-
easy_install openpiv
37-
38-
Note that if dependicies of Numpy, Scipy and Cython are not present, on Ubuntu Linux, install those as:
39-
40-
sudo apt-get install cython python-numpy python-scipy
41-
pip2.7 install OpenPIV
4231

4332
### To build from source
4433

0 commit comments

Comments
 (0)