Getting Started

Getting Started#

Dependencies#

comet_maths has the following dependencies:

Installation#

The easiest way to install comet_maths is using pip:

$ pip install comet_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 comet_maths and clone the project repository from GitHub:

$ git clone git@github.com:comet-toolkit/comet_maths.git

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

$ cd comet_maths
$ pip install -e .