1. Installation

1.1. On Windows

Firstly, you have to install the Anaconda Distribution so as to get a full featured Python 3 environment.

Then open the Anaconda Navigator and launch a console for your root environment.

You can now run pip to install SimpleMorphoMath in your root environment using this command:

pip install SimpleMorphoMath

1.2. On Linux

Firstly, you have to install Python 3 from your distribution.

Then you can install SimpleMorphoMath using pip or from source. See supra.

1.3. On OSX

There are several ways to get Python on OSX:

You can install SimpleMorphoMath using pip or from source. See supra.

1.4. Installation from PyPi Repository

SimpleMorphoMath is available on the Python Packages PyPI repository at https://pypi.python.org/pypi/SimpleMorphoMath

Run this command in the console to install the latest release:

pip install SimpleMorphoMath

1.5. Install a more recent version from Github

If you want to install a version which is not yet released on Pypi, you can use one of theses commands to install the stable or devel branch:

pip install git+https://github.com/FabriceSalvaire/simple-morpho-math

pip install git+https://github.com/FabriceSalvaire/simple-morpho-math@devel

1.6. Installation from Source

The SimpleMorphoMath source code is hosted at https://github.com/FabriceSalvaire/SimpleMorphoMath

You have to solution to get the source code, the first one is to clone the repository, but if you are not familiar with Git then you can simply download an archive either from the SimpleMorphoMath Pypi page (at the bottom) or the GitHub page (see clone or download button).

To clone the Git repository, run this command in a console:

git clone https://github.com/FabriceSalvaire/SimpleMorphoMath.git

Then to build and install SimpleMorphoMath run these commands:

python setup.py build
python setup.py install

1.7. Dependencies

SimpleMorphoMath requires the following dependencies:

Also it is recommanded to have these Python modules: