llSourcell / predicting_stock_prices

This is the coding challenge for "Predicting Stock Prices" by @Sirajology on Youtube
297 stars 196 forks source link

Adding a requirements.txt file to help install dependencies. #1

Closed jayrav13 closed 7 years ago

jayrav13 commented 7 years ago

Awesome videos! I started watching and realized a requirements.txt file, installable with pip install -r requirements.txt, could be useful to folks to get started. Not required, but I forked the repo and added it to my project, so figured I'd contribute back if there's value to it.

Thanks, Jay

llSourcell commented 7 years ago

thanks!