jonromero / forex_algotrading

My Forex algotrading platform in Python - based on my posts at http://jon.io
MIT License
477 stars 178 forks source link

wrong library name in requirements.txt #7

Open pcboey opened 7 years ago

pcboey commented 7 years ago

I think it should be scikit-learn. That's the library name. sklearn is a module in that library. Another recommendation is to do a "pip install wheel" first.

RHSman commented 7 years ago

I needed pyyaml too

ch0wdan commented 7 years ago

I also needed to do a pip install pyyaml to get runner.py to work.