Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting software running #1

Open
ApproximateIdentity opened this issue Sep 23, 2013 · 0 comments
Open

Getting software running #1

ApproximateIdentity opened this issue Sep 23, 2013 · 0 comments

Comments

@ApproximateIdentity
Copy link
Owner

Hey @jaysetty and @Bip-Bip we need to make sure that we can all run the same python stack. This means that each computer that's going to develop needs to have the following python packages installed to run the server application:

numpy
scipy
scikit-learn (also referred to as sklearn)

To install those packages you need to have a c compiler and a fortran compiler. There should be information on the packages' websites to let you know how to install them on your system.


The next goal is for me to translate the mindset driver's C code into Python. I'm currently trying to use the Python package lightblue. There is information on how to install this at the following page:

http://lightblue.sourceforge.net/

After you guys get the server programming running, you should try to get lightblue working as well. The basic test to see if all pieces are working are to load up python and then run the following commands:

import numpy
import scipy
import sklearn
import lightblue

How about you guys sound off when you get these things installed. I'm going to assume for the moment that they will install on your systems. If we run into any huge problems let me know so that I can stop trying to translate the C code and figure out a different solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant