From 9eda8cb53b421c4ded9019c9cc1d1ebe11a8ab61 Mon Sep 17 00:00:00 2001 From: Justin Reese Date: Thu, 7 May 2020 09:08:00 -0700 Subject: [PATCH] Minor rewording of README items, correct install instructions --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0af9b4a3..c92bfad2 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -kg_covid-19 +kg-covid-19 ========================================================================================= |travis| |sonar_quality| |sonar_maintainability| |codacy| |code_climate_maintainability| @@ -14,7 +14,7 @@ How do I install this package? git clone https://github.com/Knowledge-Graph-Hub/kg-covid-19 cd kg-covid-19 - python setup.py install --user + pip install . pip install -r requirements.txt How do I use this package? @@ -30,7 +30,7 @@ How do I use this package? Tests Coverage ---------------------------------------------- Since some software handling coverages sometimes -get slightly different results, here's three of them: +get slightly different results, here are three of them: |coveralls| |sonar_coverage| |code_climate_coverage|