Skip to content

Commit c768519

Browse files
authored
Merge pull request #1 from JohnGoertz/develop
Update notebooks
2 parents c9915b4 + b203ad5 commit c768519

File tree

10 files changed

+605
-335
lines changed

10 files changed

+605
-335
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ More complex GPs are also possible, such as correlated multi-input and multi-out
4444

4545
### Via pip
4646

47-
`pip install gumbi`
47+
pip install gumbi
4848

4949
### Bleeding edge
5050

51+
pip install git+git://github.com/JohnGoertz/Gumbi.git@develop
52+
53+
### Local development
54+
5155
* Clone the repo and navigate to the new directory
5256
* `git clone https://gitlab.com/JohnGoertz/gumbi gumbi`
5357
* `cd gumbi`
5458
* Create a new conda environment using mamba
5559
* `conda install mamba`
56-
* `mamba install -f gumbi_env.yaml`
60+
* `mamba install -f environment.yaml`
5761
* Install `gumbi` via `pip` in editable/development mode
5862
* From within the `gumbi` repo
5963
* `pip install --editable ./`

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Welcome to Gumbi's documentation!
88
:maxdepth: 1
99
:caption: Getting Started:
1010

11-
notebooks/getting_started/installation
11+
notebooks/getting_started/introduction
1212

1313
.. toctree::
1414
:maxdepth: 2

0 commit comments

Comments
 (0)