Skip to content

Commit 96a0dc9

Browse files
committed
Update README
1 parent cc80006 commit 96a0dc9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pip install -e .
2121

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

24-
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:
24+
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:
2525
```bash
2626
python3 -m venv venv
2727
source venv/bin/activate
@@ -33,15 +33,15 @@ python -m pip install -r requirements.txt
3333
python -m pip install -e .
3434
```
3535

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

4242
Run tests
4343
```bash
44-
pytest tests
44+
cd tests; pytest
4545
```
4646

4747
## Simple Example

0 commit comments

Comments
 (0)