Getting started
===============

Installation
------------
PyFWI can be installed using ```pip``` as

```
pip install PyFWI 
```
on OS or

```
py -m pip install PyFWI
```
on Windows.

