Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update notebooks #1

Merged
merged 2 commits into from
Nov 26, 2021
Merged
Show file tree
Hide file tree
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
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