-
Notifications
You must be signed in to change notification settings - Fork 3
How to develop
szyku edited this page May 1, 2017
·
2 revisions
The application uses python 3.6.1 and pip 9.x
You can use whatever IDE/Text editor you want, but PyCharm is recommended.
- Clone the repository
git clone git@github.com:szyku/nltk-api.git- Enter the container and install dependencies from requirements.txt
cd nltk-api && pip install -r requirements.txt- Download the WordNet database using the nltk module
python -W ignore -m nltk.downloader wordnet- Run tests
nosetestsBranch from master branch and when you're done make a PR directly to master. You need an approval and a green build to have your branch accepted. That's it.