Skip to content

Commit

Permalink
Merge pull request #656 from ccaitlingo/update-readme
Browse files Browse the repository at this point in the history
Updated instructions for hgvs readme
  • Loading branch information
reece committed May 23, 2023
2 parents c0795e5 + d5208b2 commit 697b32b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ Important Notes
Examples
@@@@@@@@

Prerequisites
#############

::
sudo apt install gcc libpq-dev python3-dev


Installation
#############

Expand All @@ -75,10 +83,10 @@ easy.

::

$ mkvirtualenv hgvs-test
(hgvs-test)$ pip install --upgrade setuptools
(hgvs-test)$ pip install hgvs
(hgvs-test)$ python
$ python3 -m venv venv
(venv)$ pip install --upgrade setuptools
(venv)$ pip install hgvs

See `Installation instructions
<http://hgvs.readthedocs.org/en/stable/installation.html>`__ for
Expand Down

0 comments on commit 697b32b

Please sign in to comment.