Skip to content

Commit

Permalink
Fixing incorrect Jupyter link.
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham committed Nov 14, 2018
1 parent 6b085da commit 8bba813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## PomPy - *p*uff-based *o*dour plume *m*odel in *Py*thon
## PomPy - *P*uff-based *o*dour plume *m*odel in *Py*thon

[![PyPI version](https://badge.fury.io/py/pompy.svg)](https://badge.fury.io/py/pompy)
[![Documentation Status](https://readthedocs.org/projects/pompy-docs/badge/?version=latest)](https://pompy-docs.readthedocs.io/en/latest/?badge=latest)
Expand All @@ -20,7 +20,7 @@ PomPy allows simulation of dynamic 2D odour concentration fields which show some

### Installation and requirements

PomPy requires a Python 2.7 or newer environment. For usage of the `pompy.models` and `pompy.processors` modules [NumPy](http://www.numpy.org/) and [SciPy](https://scipy.org/scipylib/index.html) are required. For the demonstrations in the `pompy.demos` module [Matplotlib](https://matplotlib.org/) is also required. The [`requirements.txt`](requirements.txt) file lists versions of NumPy, SciPy and Matplotlib known to work with PomPy. A [Jupyter](https://matplotlib.org/) notebook server installation will also be required to run the example notebooks locally.
PomPy requires a Python 2.7 or newer environment. For usage of the `pompy.models` and `pompy.processors` modules [NumPy](http://www.numpy.org/) and [SciPy](https://scipy.org/scipylib/index.html) are required. For the demonstrations in the `pompy.demos` module [Matplotlib](https://matplotlib.org/) is also required. The [`requirements.txt`](requirements.txt) file lists versions of NumPy, SciPy and Matplotlib known to work with PomPy. A [Jupyter](https://jupyter.org/) notebook server installation will also be required to run the example notebooks locally.

To install the package run

Expand Down

0 comments on commit 8bba813

Please sign in to comment.