From 7b069b8f27bd10b32306cdfcf18d0a0734f2157e Mon Sep 17 00:00:00 2001 From: Vitaliy Mysak Date: Thu, 8 Aug 2024 14:05:59 -0700 Subject: [PATCH] Update installation instructions in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e66e62..3442e0f 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ for section in multicsv.open("example.csv"): Install the library using pip: ```bash -pip install 'git+https://github.com/cfe-lab/multicsv.git' +pip install multicsv ``` ## Development