Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolm White authored Jul 30, 2020
1 parent 0ae0447 commit 1abf2e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Download the [latest release](https://github.com/malcolmw/pykonal/releases "Rele

### Conda—recommended
```bash
sh$> conda create --name pykonal -c conda-forge python=3.7 numpy 'cython>=0.29.14'
sh$> conda create --name pykonal -c conda-forge python=3.8 'cython>=0.29.14' h5py numpy scipy
sh$> conda activate pykonal
(pykonal)sh$> cd path/to/pykonal
(pykonal)sh$> pip install .
```
### PIP
```bash
sh$> pip install numpy cython>=0.29.14
sh$> pip install cython>=0.29.14 h5py numpy scipy
sh$> cd path/to/pykonal
sh$> pip install .
```
Expand Down

0 comments on commit 1abf2e7

Please sign in to comment.