Skip to content

Instantly share code, notes, and snippets.

@fedxa
Last active March 11, 2020 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fedxa/d71559b90fb22e00a61db8530e85464d to your computer and use it in GitHub Desktop.
Save fedxa/d71559b90fb22e00a61db8530e85464d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#!/bin/bash
# curl http://lesgourg.github.io/class_public/class_public-2.9.0.tar.gz | tar xz
# cd class_public-2.9.0
git clone --depth=1 -b 2.9 https://github.com/lesgourg/class_public.git
cd class_public
PYTHON=python3 make -j all
cython
matplotlib
numpy
scipy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment