Create Virtual Machine

It is highly recommended you use a Virtual Environment when installing pywfom. This is done by running the following commands:

python3 -m venv myWFOM
source myWFOM/bin/activate

Installing PyWFOM

System Requirements

w/ PIP

The easiest way to install pywfom is through the Python Package Manager, PIP

pip install pywfom

From Source

pywfom’s Source Code is hosted on Github.

git clone https://github.com/ryan-byrne/pywfom.git
cd pywfom
python setup.py install