goatfish
goatfish copied to clipboard
setup.py missing from master branch
The setup.py is missing from the project, your installation directions say to run python setup.py install
but I get the following error.
python setup.py install
>> C:\Python39\python.exe: can't open file 'W:\Git Repos\goatfish-master\goatfish\setup.py': [Errno 2] No such file or directory
Ah, yes, I should fix that, since the project has changed to poetry. Now you can do poetry install to install it.