Skip to content

Commit

Permalink
Merge pull request #66 from Knowledge-Graph-Hub/update_README_and_setup
Browse files Browse the repository at this point in the history
Update readme and setup
  • Loading branch information
deepakunni3 committed Apr 3, 2020
2 parents e7a50f2 + db96465 commit 7927565
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ See the `repository's wiki for more details <https://github.com/kg-emerging-viru

How do I install this package?
----------------------------------------------
Download using git:

.. code:: shell
git clone https://github.com/Knowledge-Graph-Hub/kg-covid-19
cd kg-covid-19
python setup.py install --user
pip install -r requirements.txt
How do I use this package?
----------------------------------------------
Expand Down
9 changes: 6 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def find_version(*file_paths):
'pytest-cov',
'coveralls',
'validate_version_code',
'codacy-coverage'
'codacy-coverage',
'parameterized'
]

extras = {
Expand Down Expand Up @@ -62,9 +63,11 @@ def find_version(*file_paths):
'tqdm',
'encodeproject',
'tabula-py',
'parameterized',
'obonet',
'wget'
'wget',
'click',
'pyyaml',
'bmt'
],
extras_require=extras,
)

0 comments on commit 7927565

Please sign in to comment.