Skip to content

Commit

Permalink
Update after Pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseDck committed Sep 25, 2024
1 parent b2b9e02 commit ee148fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@ __pycache__/

# vscode
.vscode/

# conda
.conda/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You need to have Python 3.10 or newer installed on your system. If you don't hav
Python installed, we recommend installing [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge).

```bash
pip install git+https://github.com/data-intuitive/dummy-anndata.git@main
pip install dummy-anndata
```

## Example usage
Expand Down

0 comments on commit ee148fe

Please sign in to comment.