goatfish icon indicating copy to clipboard operation
goatfish copied to clipboard

setup.py missing from master branch

Open sam2332 opened this issue 4 years ago • 1 comments

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

sam2332 avatar May 19 '21 14:05 sam2332

Ah, yes, I should fix that, since the project has changed to poetry. Now you can do poetry install to install it.

skorokithakis avatar May 19 '21 14:05 skorokithakis