From c62cdf38f9f676a276344574226fd0956d680257 Mon Sep 17 00:00:00 2001 From: Pranjal Gupta Date: Tue, 8 Aug 2023 16:42:10 -0400 Subject: [PATCH] updating installation to pip --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 49af9d7..917b420 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,9 @@ Tools for streaming dimension reduction analyses of neural data. See `demos/` for usage. -#### To build: +#### To install: ``` -$ git clone https://github.com/pearsonlab/proSVD -$ cd proSVD -$ pip install . +$ pip install proSVD ``` #### To import: