From eb5ddbccd1dafb5eb67f8136fba46fc072a491d0 Mon Sep 17 00:00:00 2001 From: Muhan Date: Fri, 27 Dec 2019 15:55:40 +0800 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ecb0c2..7505d35 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ We have 8 dependencies below: You can install using following commnad. > $ sudo pip install --upgrade pip
-> $ pip install numpy scipy matplotlib pytz GitPython bs4 xlswriter python-dateutil
+> $ pip install numpy scipy matplotlib pytz GitPython bs4 XlsxWriter python-dateutil
> or
> $ pip install -r scripts/requirements.txt
> we serve the requirements file.