Installing PyDoA

Requirements

This package has the following dependencies:

Installation

You can install PyDoA using pip:

pip install pydoa

To install the latest developer version of PyDoA you can type:

git clone https://github.com/pankajchejara23/pydoa.git
cd pydoa
python setup.py install

You may need to add the --user option to the last line if you do not have root access. You can also install the latest developer version in a single line with pip:

pip install git+https://github.com/pankajchejara23/pydoa.git