Getting Started#
Dependencies#
matheo has the following dependencies:
Python (3.7 or above)
Installation#
The easiest way to install matheo is using pip:
$ pip install matheo
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 matheo and clone the project repository from GitHub:
$ git clone git@github.com:meteor-toolkit/matheo.git
Then go into the created directory and install the module with pip:
$ cd matheo
$ pip install -e .