/integral-sailfish

Integral calculates mathematical integrals using Python and SymPy (Sailfish OS version)

Primary LanguageTypeScriptGNU Lesser General Public License v3.0LGPL-3.0

Integral calculates mathematical integrals using Python and SymPy.

This is the Sailfish OS version, using Python 3, SymPy, PyOtherSide, Qt 5, Qt Quick 2 (with Silica Components).

See Integral for Sailfish at OpenRepos.net.

Use Sailfish SDK with this source-code to build the application (.rpm installation file).

Before running Integral on Sailfish SDK Emulator, add my repository to install the python3-sympy dependency :

$ sudo zypper ar -f http://repo.merproject.org/obs/home:/rcolistete/latest_i486/ rcolistete-mer  
$ sudo zypper ref  
$ sudo zypper in python3-sympy  

See the Sailfish SDK topic in Talk Maemo.org about using the Sailfish SDK.