/limit-sailfish

Limit calculates mathematical limits using Python and SymPy (Sailfish OS version)

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

limit-sailfish

Limit calculates mathematical limits using Python and SymPy.

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

See Limit for Sailfish at OpenRepos.net.

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

Before running Limit on Sailfish SDK Emulator, add my repository to install 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.