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:
|
||||
* python 3 (written and tested with 3.5)
|
||||
* 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)
|
||||
* mpl_toolkits.mplot3d (optional, used for isosurface visualization)
|
||||
* skimage (optional, used for isosurface visualization)
|
||||
@ -20,6 +20,6 @@ Requirements:
|
||||
Install with pip, via git:
|
||||
|
||||
```bash
|
||||
pip install git+https://mpxd.net/gogs/jan/float_raster.git@release
|
||||
pip install git+https://mpxd.net/gogs/jan/gridlock.git@release
|
||||
```
|
||||
pip install git+https://mpxd.net/code/jan/float_raster.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',
|
||||
author='Jan Petykiewicz',
|
||||
author_email='anewusername@gmail.com',
|
||||
url='https://mpxd.net/gogs/jan/gridlock',
|
||||
url='https://mpxd.net/code/jan/gridlock',
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
'numpy',
|
||||
|
Loading…
Reference in New Issue
Block a user