Skip to content

Commit 6756531

Browse files
Balandatfacebook-github-bot
authored andcommitted
Add --upgrade flag to pip install in readme (#335)
Summary: Make sure to install master over any existing botorch installation. Pull Request resolved: #335 Reviewed By: lena-kashtelyan Differential Revision: D18815213 Pulled By: Balandat fbshipit-source-id: e41c2f00bb983f16695cb012f1428f460cb52354
1 parent 77bd929 commit 6756531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ If you would like to try our bleeding edge features (and don't mind potentially
8585
running into the occasional bug here or there), you can install the latest
8686
master directly from GitHub (this will also require installing the current GPyTorch master):
8787
```bash
88-
pip install git+https://github.com/cornellius-gp/gpytorch.git
89-
pip install git+https://github.com/pytorch/botorch.git
88+
pip install --upgrade git+https://github.com/cornellius-gp/gpytorch.git
89+
pip install --upgrade git+https://github.com/pytorch/botorch.git
9090
```
9191

9292
**Manual / Dev install**

0 commit comments

Comments
 (0)