Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 11, 2019
1 parent af9aabe commit 642544c
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,34 +30,19 @@ is required to build the IRI2016 code.
* Mac: `brew install gcc`
* [Windows](https://www.scivision.dev/windows-gcc-gfortran-cmake-make-install/)

and then:
and then install latest release:

```sh
git clone https://github.com/space-physics/iri2016

cd iri2016

meson build

meson test -C build
pip install iri2016
```

### Python

From the iri2016 directory:
if you want the latest development version:

1. Install IRI2016 command-line driver program
```sh
pip install --upgrade setuptools

pip install -e .[tests]
```
2. (optional) run selftest to ensure install was completed:
```sh
pytest
```
3. try example script e.g. [AltitudeProfile.py](./AltitudeProfile.py)
```sh
git clone https://github.com/space-physics/iri2016

pip install -e iri2016
```

## Usage

Expand Down

0 comments on commit 642544c

Please sign in to comment.