Skip to content

Commit 7af2ad2

Browse files
committed
Fixing wrong pypi command
1 parent 1b674e1 commit 7af2ad2

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ___
1919
</div>
2020

2121
> [!IMPORTANT]
22-
> The package is now available on PyPI: `pip install cellvit-inference`
22+
> The package is now available on PyPI: `pip install cellvit`
2323
2424
> [!TIP]
2525
> This repository is solely for performing inference on WSIs using CellViT++ and the basic CellViT model. It includes CellViT-HIPT-256 and CellViT-SAM-H as well as lightweight classifier modules. This repo does not contain training code.
@@ -117,7 +117,7 @@ sudo apt-get install libvips openslide gcc g++ libopencv-core-dev libopencv-imgp
117117
4. Install the CellViT-Inference package using pip:
118118

119119
```bash
120-
pip install cellvit-inference
120+
pip install cellvit
121121
```
122122

123123
#### Optional

docs/README-PyPI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ sudo apt-get install libvips openslide gcc g++ libopencv-core-dev libopencv-imgp
9393
4. Install the CellViT-Inference package using pip:
9494

9595
```bash
96-
pip install cellvit-inference
96+
pip install cellvit
9797
```
9898

9999
#### Optional

docs/source/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To install the package, follow these steps:
5757

5858
.. code-block:: bash
5959
60-
pip install cellvit-inference
60+
pip install cellvit
6161
6262
Optional
6363
^^^^^^^^

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cellvit"
7-
version = "0.1.0a2"
7+
version = "0.1.1a1"
88
description = "CellViT Inference Pipeline for Whole Slide Images (WSI) in Memory"
99
authors = [
1010
{ name = "Fabian Hörst", email = "fabian.hoerst@uk-essen.de" }

0 commit comments

Comments
 (0)