Skip to content

Commit

Permalink
README.md: Updating instructions for the installation
Browse files Browse the repository at this point in the history
The current numpy 2.0.0 is incompatible with the version of panda installing. Also the imp module (managing Python modules) was substituted with the importlib module and is no longer available since Python 3.10.
  • Loading branch information
smoe authored Jul 19, 2024
1 parent 4281a8f commit 184bfb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Whether you need to visualize one thousand cells or one million, CELLxGENE Annot

### Quick start

To install CELLxGENE Annotate you need Python 3.6+. We recommend [installing Annotate into a conda or virtual environment.](https://github.com/chanzuckerberg/cellxgene-documentation/blob/main/desktop/install.md)
To install CELLxGENE Annotate you need Python 3.6+ but no newer than Python 3.9. Additional installations of Python are fine. We recommend installing into a virtual environment, which is automated by using pipx, also see [installing Annotate into a conda or virtual environment.](https://github.com/chanzuckerberg/cellxgene-documentation/blob/main/desktop/install.md)

Install the package.

```bash
pip install cellxgene
pipx install cellxgene --python python3.9 --pip-args="numpy==1.26.4"
```

Launch Annotate with an example [anndata](https://anndata.readthedocs.io/en/latest/) file
Expand Down

0 comments on commit 184bfb4

Please sign in to comment.