Installation¶
Requirements¶
Before installing nlppln, please install:
For more details about CWL on Windows, see the Windows documentation.
Installing nlppln¶
Install nlppln using pip:
pip install nlppln
For development:
git clone git@github.com:nlppln/nlppln.git
cd nlppln
pip install -r requirements.txt
python setup.py develop
Run tests (including coverage) with:
python setup.py test