1
0
Fork 0

move code to new location

lethe/LATEST
Jan Petykiewicz vor 6 Jahren
Ursprung 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
```

@ -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',

Laden…
Abbrechen
Speichern