Installation¶
scikit-matter is, by design, relatively lightweight, and only requires that numpy and the most recent release of scikit-learn be installed.
Install from source¶
git clone https://github.com/lab-cosmo/scikit-matter
cd scikit-matter
python setup.py install --user
You’re ready to import skmatter from your code! Have a look at the API Reference for how to use the code.