InstallationΒΆ

This section provides instructions on how to install the DRS command-line client.

As a prerequisite, python 3 and pip must be installed on your system. The application can be installed by running the following from the command line.

  1. Install latest distribution from the Python Package Index (PyPI)
pip install ga4gh-drs-client
  1. Confirm installation by executing the drs command
drs get

The next article explains how to run the drs client.