Install

Dependencies

The dependencies for wadl can be found in the requirements file

Release

Install the current release of wadl with pip:

pip install --user wadl-planner

Development

Install the development version by checking out the devel branch

git clone https://github.com/k2shah/wadl.git
cd wadl
git checkout devel
pip install -e .