Skip to content

Commit

Permalink
Merge pull request #1 from JohnGoertz/develop
Browse files Browse the repository at this point in the history
Update notebooks
  • Loading branch information
JohnGoertz authored Nov 26, 2021
2 parents c9915b4 + b203ad5 commit c768519
Show file tree
Hide file tree
Showing 10 changed files with 605 additions and 335 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,20 @@ More complex GPs are also possible, such as correlated multi-input and multi-out

### Via pip

`pip install gumbi`
pip install gumbi

### Bleeding edge

pip install git+git://github.com/JohnGoertz/Gumbi.git@develop

### Local development

* Clone the repo and navigate to the new directory
* `git clone https://gitlab.com/JohnGoertz/gumbi gumbi`
* `cd gumbi`
* Create a new conda environment using mamba
* `conda install mamba`
* `mamba install -f gumbi_env.yaml`
* `mamba install -f environment.yaml`
* Install `gumbi` via `pip` in editable/development mode
* From within the `gumbi` repo
* `pip install --editable ./`
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Welcome to Gumbi's documentation!
:maxdepth: 1
:caption: Getting Started:

notebooks/getting_started/installation
notebooks/getting_started/introduction

.. toctree::
:maxdepth: 2
Expand Down
Loading

0 comments on commit c768519

Please sign in to comment.