brohrer / robot-brain-project

a general purpose learning agent
205 stars 46 forks source link

Change pypi dependencies to include numba, numpy, matplotlib #28

Closed brohrer closed 6 years ago

brohrer commented 6 years ago

In order to simplify installation steps, remove the requirement to install or update anaconda. Pull the relevant packages from pypi directly. This requires modifying setup.py.

brohrer commented 6 years ago

To smooth the startup process, I'm claiming this and starting to work out the kinks.

brohrer commented 6 years ago

I believe this is working now. Will test on a fresh install to verify.

brohrer commented 6 years ago

Tested. Works nicely.