Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jkmacc-LANL committed Oct 28, 2021
1 parent 275387b commit 244a7de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ GeoTess library: a direct interface to the GeoTess c++ classes and methods,
and a more Pythonic interface.

![global grid](docs/src/pages/data/output_9_1.png)


## Installation

PyGeoTess currently requires a C++ compiler. In the future, binary wheels may be available on PyPI.

To install centrally from this repo: `pip install .`

To install an "editable" local installation from this repo: `pip install -e .`

0 comments on commit 244a7de

Please sign in to comment.