Getting Started

Getting Started#

Dependencies#

meteor_maths has the following dependencies:

Installation#

The easiest way to install meteor_maths is using pip:

$ pip install meteor_maths

Ideally, it is recommended to do this inside a virtual environment (e.g. conda).

Alternatively, for the latest development version, first go to the folder where you want to save meteor_maths and clone the project repository from GitHub:

$ git clone git@github.com:meteor-toolkit/meteor_maths.git

Then go into the created directory and install the module with pip:

$ cd meteor_maths
$ pip install -e .