Skip to content

Commit

Permalink
Fix pip installation url for the ingestion CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcorreia committed Jan 17, 2025
1 parent 460c423 commit 70b9583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingestion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To install the C-Elegans CLI tool you have 3 options:
If you have been provided with a GitHub access token, you can install the tool by running the following command:

```bash
pip install "git+https://github.com/MetaCell/c-elegans-app.git@feature/CELE-78#egg=ingestion&subdirectory=ingestion"
pip install "git+https://github.com/MetaCell/c-elegans-app.git@develop#egg=ingestion&subdirectory=ingestion"
```

The access token will be prompted as the password during installation.
Expand All @@ -48,7 +48,7 @@ If you prefer using SSH for installation, ensure you have set up an SSH key on y
Once your SSH key is set up, install the CLI tool by running:

```bash
pip install "git+ssh://[email protected]/MetaCell/c-elegans-app.git@feature/CELE-78#egg=ingestion&subdirectory=ingestion"
pip install "git+ssh://[email protected]/MetaCell/c-elegans-app.git@develop#egg=ingestion&subdirectory=ingestion"
```

### From Source
Expand Down

0 comments on commit 70b9583

Please sign in to comment.