nbro / andz

Algorithms and data structures for educational, demonstrational and experimental purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the issue that we see an error related to poetry when we type just `make`

nbro opened this issue · comments

commented

If I type only make, I get

Poetry does not seem to be installed, but it's required. Please, install it. See https://python-poetry.org/
make: *** [poetry_check] Error 1

However, I think it would be better to just show the help message.

commented

This does not seem to occur anymore with the new Makefile, so I'll close it.