Skip to content

Commit

Permalink
simplify installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Dec 2, 2024
1 parent ecc61a6 commit 8e89b81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ install.packages("laminr")
You will also need to install the `lamindb` Python package:

```bash
pip install 'lamindb[aws,bionty,wetlab]>=0.77.2'
pip install 'lamindb[aws]>=0.77.2'
```

### Additional packages
Expand Down
2 changes: 1 addition & 1 deletion vignettes/concepts_features.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Now, let's set up your environment to use **{laminr}**.
1. Install the `lamindb` Python package.

```bash
pip install 'lamindb[aws,bionty,wetlab]>=0.77.2'
pip install 'lamindb[aws]>=0.77.2'
```

2. Connect to a LaminDB instance:
Expand Down
2 changes: 1 addition & 1 deletion vignettes/laminr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ install.packages("laminr", dependencies = TRUE)
Install `lamindb` from PyPI:

```bash
pip install 'lamindb[aws,bionty,wetlab]>=0.77.2'
pip install 'lamindb[aws]>=0.77.2'
```

Connect to a LaminDB instance on the command line:
Expand Down

0 comments on commit 8e89b81

Please sign in to comment.