Skip to content

Installation

jenjou edited this page Aug 14, 2023 · 4 revisions

Dependencies

Python 3.3 or greater with the following packages installed:

  1. awscli
  2. google-api-python-client
  3. inflection
  4. jsonschema
  5. requests
  6. urllib3

Installation

We recommend creating a virtual environment, using whichever method you prefer (venv, conda, etc.) specific to igvf_utils. Once this environment is activated, clone this repository to a directory of your choice:

git clone git@github.com:IGVF-DACC/igvf_utils.git

Then use pip to install:

pip install .

Another option to install the master branch is:

pip3 install https://github.com/IGVF-DACC/igvf_utils/archive/master.zip

Configuration

See the configuration wiki page.

Clone this wiki locally