diff --git a/README.md b/README.md index 5131d8ae4a6d55902210b6c8f45af2076d49a181..1dddd7c523327e8b2743e051dc2e56a3dd4c2ba9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ lbmpy ===== +[](https://i10git.cs.fau.de/pycodegen/lbmpy/commits/master) +[](https://i10git.cs.fau.de/pycodegen/lbmpy/commits/master) +[coverage report](http://pycodegen.pages.walberla.net/lbmpy/coverage_report) + + Run fast fluid simulations based on the lattice Boltzmann method in Python.  @@ -24,11 +29,12 @@ All options: Options can be combined e.g. ```bash -pip install pystencils[interactive,gpu,doc] +pip install lbmpy[interactive,gpu,doc] ``` Documentation ------------- -Read the docs [here](http://software.pages.walberla.net/pystencils/lbmpy) +Read the docs [here](http://pycodegen.pages.walberla.net/lbmpy) and +check out the Jupyter notebooks in `doc/notebooks`.