hamster-cli icon indicating copy to clipboard operation
hamster-cli copied to clipboard

make develop can't find requirements/dev.txt

Open bth opened this issue 7 years ago • 2 comments

I try to build hamster-cli, so I use Get Started documentation.

Unfortunately, make develop command failed with this error:

pip install -U -r requirements/dev.txt
Could not open requirements file: [Errno 2] No such file or directory: 'requirements/dev.txt'
Makefile:61: recipe for target 'develop' failed
make: *** [develop] Error 1

requirements/dev.txt doesn't exist and seems to be replaced by requirements/dev.pip with #174 but, Makefile still uses requirements/dev.txt: https://github.com/projecthamster/hamster-cli/blob/ed93687202a99d7181125c8aae2dff567c6a4678/Makefile#L63

bth avatar Apr 19 '18 09:04 bth

Creation of pull request: #179

bth avatar Apr 20 '18 08:04 bth

Thanks! will deal with this soon.

elbenfreund avatar May 04 '18 10:05 elbenfreund