move code to new location
This commit is contained in:
parent
6db836d3a3
commit
139a78cc08
@ -12,7 +12,7 @@ the coordinates of the boundary points along each axis).
|
|||||||
Requirements:
|
Requirements:
|
||||||
* python 3 (written and tested with 3.5)
|
* python 3 (written and tested with 3.5)
|
||||||
* numpy
|
* numpy
|
||||||
* [float_raster](https://mpxd.net/gogs/jan/float_raster)
|
* [float_raster](https://mpxd.net/code/jan/float_raster)
|
||||||
* matplotlib (optional, used for visualization functions)
|
* matplotlib (optional, used for visualization functions)
|
||||||
* 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)
|
||||||
@ -20,6 +20,6 @@ Requirements:
|
|||||||
Install with pip, via git:
|
Install with pip, via git:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install git+https://mpxd.net/gogs/jan/float_raster.git@release
|
pip install git+https://mpxd.net/code/jan/float_raster.git@release
|
||||||
pip install git+https://mpxd.net/gogs/jan/gridlock.git@release
|
pip install git+https://mpxd.net/code/jan/gridlock.git@release
|
||||||
```
|
```
|
||||||
|
2
setup.py
2
setup.py
@ -7,7 +7,7 @@ setup(name='gridlock',
|
|||||||
description='Coupled gridding library',
|
description='Coupled gridding library',
|
||||||
author='Jan Petykiewicz',
|
author='Jan Petykiewicz',
|
||||||
author_email='anewusername@gmail.com',
|
author_email='anewusername@gmail.com',
|
||||||
url='https://mpxd.net/gogs/jan/gridlock',
|
url='https://mpxd.net/code/jan/gridlock',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'numpy',
|
'numpy',
|
||||||
|
Loading…
Reference in New Issue
Block a user