Update README with pypi link
This commit is contained in:
parent
24d012fccc
commit
eebaff499b
15
README.md
15
README.md
@ -7,6 +7,10 @@ same spatial region, but are offset from each other. It does straightforward nat
|
|||||||
conversion and can handle non-uniform rectangular grids (the entire grid is generated based on
|
conversion and can handle non-uniform rectangular grids (the entire grid is generated based on
|
||||||
the coordinates of the boundary points along each axis).
|
the coordinates of the boundary points along each axis).
|
||||||
|
|
||||||
|
- [Source repository](https://mpxd.net/code/jan/gridlock)
|
||||||
|
- [PyPi](https://pypi.org/project/gridlock)
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Requirements:
|
Requirements:
|
||||||
@ -17,9 +21,14 @@ Requirements:
|
|||||||
* mpl_toolkits.mplot3d (optional, used for isosurface visualization)
|
* mpl_toolkits.mplot3d (optional, used for isosurface visualization)
|
||||||
* skimage (optional, used for isosurface visualization)
|
* skimage (optional, used for isosurface visualization)
|
||||||
|
|
||||||
Install with pip, via git:
|
|
||||||
|
|
||||||
|
Install with pip:
|
||||||
```bash
|
```bash
|
||||||
pip install git+https://mpxd.net/code/jan/float_raster.git@release
|
pip3 install gridlock
|
||||||
pip install git+https://mpxd.net/code/jan/gridlock.git@release
|
```
|
||||||
|
|
||||||
|
Alternatively, install via git
|
||||||
|
```bash
|
||||||
|
pip3 install git+https://mpxd.net/code/jan/float_raster.git@release
|
||||||
|
pip3 install git+https://mpxd.net/code/jan/gridlock.git@release
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user