Installation¶
WF4Py can be easily installed using pip:
$ pip install --upgrade pip
$ pip install git+https://github.com/CosmoStatGW/WF4Py
Otheriwse the git repository can be cloned:
$ git clone https://github.com/CosmoStatGW/WF4Py
Then, to install the required packages, simply run
$ cd WF4Py
$ pip install --upgrade pip
$ pip install -r requirements.txt