pkeilbach / htwg-practical-nlp

A practical course on natural language processing @ HTWG Konstanz.
https://pkeilbach.github.io/htwg-practical-nlp/
8 stars 17 forks source link

Check dependencies in Makefile (Issue 135) #169

Closed KrasserKai closed 1 day ago

KrasserKai commented 1 week ago

This pull request fixes Issue #135.

I wrote a tool check command in the Makefile, that checks if a tool is available in the venv directory. This check is done by name, e.g. 'check-jupyter' checks if the 'jupyter' tool is available in the venv dir, 'check-mkdocs' checks for 'mkdocs' in the venv dir, etc.. . This solution is a bit more elegant than the one proposed in the issue in my opinion.

Additionally i fixed a small mistake in the getting-started guide, since the make command is called "mkdocs" instead of just "docs".