File tree Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Expand file tree Collapse file tree 1 file changed +6
-11
lines changed Original file line number Diff line number Diff line change 1
1
# OceanDataStore
2
2
3
+ [ ** Documentation** ] ( https://noc-msm.github.io/OceanDataStore/ )
4
+
3
5
A Python library designed to streamline writing, updating & accessing ocean model and observational data stored in cloud object storage.
4
6
5
7
## Installation
6
8
7
- To install the ** OceanDataStore** package, first clone the repository from GitHub:
8
-
9
- ``` bash
10
- git clone git@github.com:NOC-MSM/OceanDataStore.git
11
- ```
12
-
13
- Next, install ** OceanDataStore** in editable mode as follows:
14
-
15
- ``` bash
16
- cd OceanDataStore
9
+ We recommend downloading and installing ** OceanDataStore** into a new virtual environment via GitHub.
17
10
18
- pip install -e .
11
+ After activating a new virtual environment, pip install ** OceanDataStore** from GitHub:
12
+ ``` {bash}
13
+ pip install git+https://github.com/NOC-MSM/OceanDataStore.git
19
14
```
20
15
21
16
** Note:** we strongly recommend installing ** OceanDataStore** into a new virtual environment using either `` venv `` or `` conda / mamba `` .
You can’t perform that action at this time.
0 commit comments