Emsu / prophet

Financial markets analysis framework for programmers
http://prophet.michaelsu.io
BSD 3-Clause "New" or "Revised" License
1.08k stars 123 forks source link

pip install dev-requirements.txt #4

Closed arnorhaux closed 9 years ago

arnorhaux commented 9 years ago

hi

Shouldn't the command be: "pip install -r requirements.txt"

Else you will get this error:

Could not fetch URL https://pypi.python.org/simple/dev-requirements.txt/: HTTP Error 404: Not Found

Emsu commented 9 years ago

@arnorhaux Oops, that's what I meant to type! Thanks - fixed now.