From f68ab6bedb3f300203d5499b051a1aed45af4947 Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 7 Apr 2019 18:04:46 -0700 Subject: [PATCH] Update README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e81b072..472d7b2 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,22 @@ float_raster calculates pixel values with float64 precision and is capable of dr with variable pixel widths and heights. +- [Source repository](https://mpxd.net/code/jan/float_raster) +- [PyPi](https://pypi.org/project/float_raster) + + ## Installation Requirements: * python 3 (written and tested with 3.5) * numpy -Install with pip, via git: +Install with pip: ```bash -pip install git+https://mpxd.net/code/jan/float_raster.git@release +pip3 install float_raster +``` + +Alternatively, install via git +```bash +pip3 install git+https://mpxd.net/code/jan/float_raster.git@release ```