Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ibaris committed Apr 4, 2018
1 parent 5e027ad commit e3e5f34
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,20 @@ Rasterpy contains basic routines to read and write raster files with python. Wit
* **'.hdr'**: All ENVI formats like `.bin` and `.hdr` formats. This is usefull if you want to read data from third-party software like Polsarpro.

# Installation
There are currently one method to install `rasterpy`.
There are currently different methods to install `rasterpy`.

### Using pip
The ` rasterpy ` package is provided on pip. You can install it with::

pip install rasterpy

### Standard Python
You can also download the source code package from this repository or from pip. Unpack the file you obtained into some directory (it can be a temporary directory) and then run::

python setup.py install

### Test installation success
Independent how you installed ` pyrism `, you should test that it was sucessfull by the following tests::
Independent how you installed ` rasterpy `, you should test that it was sucessfull by the following tests::

python -c "from rasterpy import Raster"

Expand Down

0 comments on commit e3e5f34

Please sign in to comment.