Skip to content

Commit

Permalink
Update setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroz Abdul-Kadar committed May 1, 2015
1 parent 59ea025 commit 60bcd9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ You can also create custom raster functions in Python that work seamlessly with
3. [Download](https://github.com/Esri/raster-functions/archive/master.zip) and unzip this repo.
4. Install Python dependencies:
```
$ cd scripts
$ python get-pip.py
$ pip install -r requirements.txt
$ cd {raster-functions}/scripts
$ {python-home}/python get-pip.py
$ {python-home}/Scripts/pip install -r requirements.txt
```
4. Ready-to-use function templates are in the `templates/` folder. Implementation of raster functions live under `functions/`.
5. Learn about functions, function chains, and templates by browsing the links under [Resources](#resources).
Expand Down
4 changes: 2 additions & 2 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pyparsing
pyproj
python-dateutil
pytz
scikit-learn
scipy
six
scipy
scikit-learn
Cython

0 comments on commit 60bcd9f

Please sign in to comment.