#3 added downgrade warning

This commit is contained in:
Alok Saldanha
2019-09-18 11:55:05 -04:00
parent 03e04d553f
commit c4828d8be5

View File

@@ -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