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

Improve README instructions #5

Open
mwytock0812 opened this issue Jun 20, 2016 · 2 comments
Open

Improve README instructions #5

mwytock0812 opened this issue Jun 20, 2016 · 2 comments
Labels

Comments

@mwytock0812
Copy link
Collaborator

Tell users to install angular-cli using npm install -g angular-cli
Change "@angular/http": "^2.0.0-rc.1" to "2.0.0-rc.1"

@curtisxk38
Copy link
Contributor

Also there are issues with the backend anaconda environment.yaml. Right nowlibgfortran=1.0=0 is required but there are issues with having it the way it is right now in environment.yaml.

One fix: remove libgfortran=1.0=0 from environgment.yaml, then runconda env create -f ./backend/environment.yml as usual. This installs a higher version of libgfortran. Then because of some dependency you need to runconda install libgfortran=1.0=0

@mwytock0812
Copy link
Collaborator Author

Also need to add info about setting API keys as environment variables.

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

No branches or pull requests

2 participants