Installation ============ Requirements ############ Before installing nlppln, please install: * `Python 2 or 3 `_ * `node.js `_ * `Docker `_ For more details about CWL on Windows, see the `Windows documentation `_. Installing nlppln ################# Install nlppln using pip: .. code-block:: sh pip install nlppln For development: .. code-block:: sh git clone git@github.com:nlppln/nlppln.git cd nlppln pip install -r requirements.txt python setup.py develop Run tests (including coverage) with: .. code-block:: sh python setup.py test