notadamking / RLTrader

A cryptocurrency trading environment using deep reinforcement learning and OpenAI's gym
https://discord.gg/ZZ7BGWh
GNU General Public License v3.0
1.73k stars 539 forks source link

Reduce Requirements down to one file #110

Closed rshtirmer closed 5 years ago

rshtirmer commented 5 years ago

CPU: pip install -r requirements.txt[tf-cpu]

GPU: pip install -r requirements.txt[tf-gpu]

Tests: pip install -r requirements.txt[test]

notadamking commented 5 years ago

Why was this closed?

rshtirmer commented 5 years ago

Because turns out I don't know how pip works... this can only be done via setuptools which I will be looking into setting up for the repo tonight/tomorrow.