Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,22 @@ General workflow for dealing with MT data. Time series data can be stored and a

```


## Development Notes
To contribute or modify this package you can clone it from github.
To get started using MyST follow the official documentation: https://mystmd.org/guide/quickstart.

In summary:
> git clone git@github.com:MTgeophysics/MTgeophysics.github.io.git
>
> cd MTgeophysics.github.io
>
> conda install mamba
>
> mamba install -c conda-forge mystmd
>
> myst

This should yield a link in a terminal that takes you to a locally hosted version of the book.


[2i2c]: https://2i2c.org/
Expand Down