Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more prominent link to Wiki, and move installation/usage advice there #203

Merged
merged 1 commit into from
Jun 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 2 additions & 20 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,9 @@ kg-covid-19

KG hub to produce a knowledge graph for COVID-19 and SARS-COV-2

See the `repository's wiki for more details <https://github.com/kg-emerging-viruses/kg-emerging-viruses/wiki>`_.

How do I install this package?
----------------------------------------------

.. code:: shell

git clone https://github.com/Knowledge-Graph-Hub/kg-covid-19
cd kg-covid-19
pip install .
pip install -r requirements.txt

How do I use this package?
Documentation
----------------------------------------------

.. code:: shell

python run.py download
python run.py transform
python run.py merge

See the `repository's wiki for information about this project <https://github.com/kg-emerging-viruses/kg-emerging-viruses/wiki>`_.

Tests Coverage
----------------------------------------------
Expand Down