2. Tutorial

In this tutorial we will use a new python environment using virualenvwrapper and make a fresh install of pyhgnc. Then we will perform an update and store the data in a SQLite database. Afterwards we will perform some queries to analyze the data we received and stored in our database.

2.1. Setup

  1. New environment
  2. install pyhgnc

2.2. Update

  1. Setup connection
  2. perform update

2.3. Query

Use python shell to perform some basic queries.