Getting started¶
Installation¶
To use ESSOS, there is no need to install it. You can simply clone the repository and install it using the following command:
$ git clone https://github.com/uwplasma/ESSOS.git
$ cd ESSOS
$ pip install .
Run an example¶
To run the one of the examples, use the following command:
python examples/trace_fieldlines_coils.py
More examples are in the examples folder.