You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,23 +85,14 @@ cd mth5
85
85
pip install -e .
86
86
```
87
87
88
-
## Requirements
89
-
90
-
- Python 3.11
91
-
- h5py
92
-
- numpy
93
-
- xarray
94
-
- mt-metadata
95
-
- pandas
96
-
97
-
All dependencies are automatically installed with the mth5 package.
98
-
99
88
## Getting Started
100
89
101
90
### Option 1: Run in the Cloud (No Installation Required)
102
91
103
92
Click the Binder badge at the top of this README to launch an interactive environment in your browser. This is the easiest way to try the tutorials without installing anything locally.
104
93
94
+
This will open a Jupyter session in the cloud that you can run with out installing anything on your local machine. All the example notebooks are in `/src/notebooks`.
0 commit comments