From d11c3404301423e4e6e354e54be70e521d14a8a3 Mon Sep 17 00:00:00 2001 From: Armandpl Date: Wed, 25 Sep 2024 16:13:48 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5e4c34..3aa49af 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ pip install numpy scipy ``` Then laika can be installed with ``` -python setup.py install +pip install . ``` The tests should now pass.