diff --git a/.gitignore b/.gitignore index a4ee14a..16d7b7d 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,6 @@ __pycache__/ # vscode .vscode/ + +# conda +.conda/ diff --git a/README.md b/README.md index a35b11e..86de940 100644 --- a/README.md +++ b/README.md @@ -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