Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
asolin committed Nov 25, 2022
1 parent cc80006 commit 96a0dc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pip install -e .

### Step-by-step: Getting started with the examples

For running the demos or experiments in this repository or building on top of it, you can follow these steps for creating a virtual enivironment and activating it:
For running the demos or experiments in this repository or building on top of it, you can follow these steps for creating a virtual environment and activating it:
```bash
python3 -m venv venv
source venv/bin/activate
Expand All @@ -33,15 +33,15 @@ python -m pip install -r requirements.txt
python -m pip install -e .
```

Running the tests requires additionally
Running the tests requires additionally a specific version of GPflow to test against:
```bash
python -m pip install pytest
python -m pip install gpflow==2.5.2
python -m pip install tensorflow==2.10 tensorflow-probability==0.18.0 gpflow==2.5.2
```

Run tests
```bash
pytest tests
cd tests; pytest
```

## Simple Example
Expand Down

0 comments on commit 96a0dc9

Please sign in to comment.