We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05d3fbb commit 049b522Copy full SHA for 049b522
1 file changed
README.md
@@ -26,22 +26,6 @@ cd imc
26
make install
27
```
28
29
-Install from [PyPI](https://pypi.org/project/imc/) with [`pip`](https://pip.pypa.io/) or with [poetry](https://python-poetry.org/):
30
-```bash
31
-pip install imc
32
-# or
33
-poetry install imc
34
-```
35
-
36
-## Quick start
37
38
-Install the package from [PyPI](https://pypi.org/project/imc/) with extra packages required for all steps:
39
40
-pip install imc[extra]
41
42
-poetry install imc[extra]
43
44
45
### Use case 1 (pipeline processing)
46
47
#### Example: Lung sample processing from MCD to single-cell h5ad
0 commit comments