Skip to content

Commit

Permalink
Finish Hotfix-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pycckuu committed Sep 20, 2017
2 parents 9688c5a + 04b5cb7 commit e7e4e86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/build/
/porousmedialab.egg-info/
/dist/
*.sublime-project
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![latest version](https://badge.fury.io/py/porousmedialab.svg)](https://badge.fury.io/py/porousmedialab)

[![GitHub issues](https://img.shields.io/github/issues/biogeochemistry/PorousMediaLab.svg)](https://img.shields.io/github/issues/biogeochemistry/PorousMediaLab.svg)
[![GitHub forks](https://img.shields.io/github/forks/biogeochemistry/PorousMediaLab.svg)](https://img.shields.io/github/forks/biogeochemistry/PorousMediaLab.svg)
[![GitHub stars](https://img.shields.io/github/stars/biogeochemistry/PorousMediaLab.svg)](https://img.shields.io/github/stars/biogeochemistry/PorousMediaLab.svg)
Expand All @@ -12,15 +11,15 @@ Toolbox for batch and 1D reactive transport modeling in porous media aimed on ea

# How to use

For the examples, have a look of simulation of [freeze/thawing cycles](https://github.com/biogeochemistry/PorousMediaLab/blob/master/examples/FT_presentation_simple_3.ipynb) in saturated soil or many other examples in "examples" folder.
Have a look at ["examples"](https://github.com/biogeochemistry/PorousMediaLab/tree/master/examples) folder.

# Installation using pip

- Install python version 3.5 or higher ([click](https://www.python.org/downloads/));
- install Anaconda [(click)](https://www.anaconda.com/download/);
- to install the toolbox run ```pip install porousmedialab```
- in terminal run command ```jupyter notebook```;
- you will see the folders of PorousMediaLab project, you can go in "examples" folder and play with them;
- you will see the folders of your home folder. You can navigate in any folder and create new notebook with your model.


# Manual installation
Expand Down

0 comments on commit e7e4e86

Please sign in to comment.