Skip to content

Commit

Permalink
docs: update pip installation + fix typos (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
korikuzma committed Jul 10, 2023
1 parent 8b458b1 commit 8767694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ gracefully (and without causing problems for others!).**

## Installing with pip

pip install ga4gh.vrs[extras]
pip install 'ga4gh.vrs[extras]'

The `[extras]` argument tells pip to install packages to fullfill the dependencies of the
The `[extras]` argument tells pip to install packages to fulfill the dependencies of the
`ga4gh.vrs.extras` package.

## Installing dependencies for ga4gh.vrs.extras

The `ga4gh.vrs.extras` modules are not part of the VR spec per se. They are
bundled with ga4gh.vrs for development and installation convenience. These
modules depend directly and indrectly on external data sources of sequences,
modules depend directly and indirectly on external data sources of sequences,
transcripts, and genome-transcript alignments. This section recommends one way
to install the biocommons tools that provide these data.

Expand Down Expand Up @@ -120,7 +120,7 @@ The following jupyter extensions are recommended but not required
vrs-python embeds vrs as a submodule. When checking out vrs-python and switching
branches, it is important to make sure that the submodule tracks vrs-python
correctly. The recommended way to do this is `git config --global submodule.recurse true`. **If you don't set submodule.recurse, developers and
reviewers must be extremely careful to not accidentially upgrade or downgrade
reviewers must be extremely careful to not accidentally upgrade or downgrade
schemas with respect to vrs-python.**

Alternatively, see `misc/githooks/`.
Expand Down

0 comments on commit 8767694

Please sign in to comment.