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

Documentation does not mention swig prerequisite for RoBO #64

Closed
RadixSeven opened this issue May 26, 2017 · 0 comments
Closed

Documentation does not mention swig prerequisite for RoBO #64

RadixSeven opened this issue May 26, 2017 · 0 comments

Comments

@RadixSeven
Copy link
Contributor

The RoBO Installation Documentation does not list swig as something you need to install. However, installation fails (because of pyrfr) without swig.

I couldn't just submit a pull request because I couldn't find the documentation in the repository.

The lines

RoBO uses the Gaussian processes library george . In order to use this library make sure the libeigen is installed:
sudo apt-get install libeigen3-dev
then change into the new directory:

Should read

RoBO uses the Gaussian processes library george and the random forests library pyrfr. In order to use these libraries make sure libeigen and swig are installed:

sudo apt-get install libeigen3-dev swig

then change into the new directory:

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