1. Installation¶
First, you have to get a working Python interpreter. There are three main options: the official package, the Anaconda distribution, and the Spyder IDE. The latter is probably the easier one if it’s your first time with Python.
Then, install lsqfitgp
by running this command in a shell:
pip install lsqfitgp
1.1. Windows¶
JAX is still a bit buggy on Windows, a few tests in lsqfitgp’s test suite fail due to accuracy problems.