From 630d232628e261cf972fe1eca359dcfe0569554f Mon Sep 17 00:00:00 2001 From: Histausse Date: Tue, 17 Jun 2025 16:28:17 +0200 Subject: [PATCH] Update README.md nix sqlite package changed name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9841bdc..934f884 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To run the Rasta experiment, some tools are required: - gzip - sqlite3 -One way to install those tools is to use Nixpkgs (`nix-shell -p docker singularity python310 python310Packages.numpy python310Packages.matplotlib sqlite3`), another way is to follow the instructions of the different tools (, ). +One way to install those tools is to use Nixpkgs (`nix-shell -p docker singularity python310 python310Packages.numpy python310Packages.matplotlib sqlite`), another way is to follow the instructions of the different tools (, ). They are also some python dependencies that need to be installed in a virtual env: