Skip to content

Commit

Permalink
Merge pull request #146 from heitorPB/patch-1
Browse files Browse the repository at this point in the history
Add installation instructions for pip
  • Loading branch information
jswhit committed Feb 16, 2019
2 parents 263e283 + e56e879 commit dc7f81f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -17,6 +17,16 @@ Examples of how to set the PROJ_DIR environment variable:
* Windows - `C:\...> set PROJ_DIR=C:\OSGeo4W\`
* Linux/OS X on most shells- `$ export PROJ_DIR=/lib/`

An alternative way to install is with `pip`:

```
pip install cython
pip install git+https://github.com/jswhit/pyproj.git
```

You may need to run pip with administrative privileges (e.g. `sudo pip`) or
perform a user only installation (e.g. `pip install --user`).

Testing
-------
[nose2](https://github.com/nose-devs/nose2) is required to run some tests.
Expand Down

0 comments on commit dc7f81f

Please sign in to comment.