hackersandslackers/python-poetry-tutorial

readme: change $ poetry run init ...to... $ poetry run

Closed this issue · 1 comments

Currently if you follow the instructions in the readme you will get something like the following error when running the command $ poetry run init:

[FileNotFoundError]
[WinError 2] The system cannot find the file specified

Rather you must type $poetry run to run the program.

Fixed, thanks @apolopena !