From c4828d8be5f6941ff3bdab97907336f0b2a0b0b4 Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Wed, 18 Sep 2019 11:55:05 -0400 Subject: [PATCH] #3 added downgrade warning --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 4115278..2b33ea1 100644 --- a/Readme.md +++ b/Readme.md @@ -26,7 +26,7 @@ source .cellxgene-gateway/bin/activate # type `deactivate` to deactivate the ven ```bash pip install git+https://github.com/Novartis/cellxgene-gateway ``` - +Note: you may need to downgrade h5py with `pip install h5py==2.9.0` due to an [issue](https://github.com/theislab/scanpy/issues/832) in a dependency. ### Option 2: Install from PyPI ```bash