From 88f9a049aadad3faa4889326be3b493665b4dc82 Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Mon, 7 Oct 2024 10:42:28 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7d5a2a..4daf867 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ [![R-CMD-check](https://github.com/laminlabs/laminr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/laminlabs/laminr/actions/workflows/R-CMD-check.yaml) -This package provides an interface to the LaminDB database. It allows -you to query the database and download data from it. +This package allows you to query & download from LaminDB instances. ## Installation @@ -24,9 +23,8 @@ For this package to work, we first need to run the following commands in the terminal: ``` bash -pip install lamindb +pip install lamin-cli lamin login -lamin load laminlabs/cellxgene ``` ## Usage