Eddington is a user-friendly data fitting platform for common uses, based on open-source libraries such as numpy, scipy, and matplotlib. Eddington can be integrated with python code as a library, can be used as a CLI and has an easy to use GUI.
In order to install Eddington-GUI go to the latest release page and download the appropriate installation file.
In order to run Eddington-GUI in development mode follow the following steps:
- Clone Eddington-GUI repository from here
- Go to the repository main directory
- Install Briefcase using
pip install -U briefcase
- Run Eddington-GUI with
briefcase dev -d
Documentation for Eddington can be found on Read The Docs.
You can talk to the community through the EddLabs/developers channel on Gitter.
If you experience problems with Eddington, log them on GitHub.
If you want to contribute code, please fork the code and submit a pull request.