Set up

Google Cloud Platform

To get access to the data you need:

  • A Google Cloud Platform (GCP) account
  • A GCP project with enabled billing

Info

In case you are new to GCP and want to learn the basics of Google Storage (the storage service of GCP), you can take the Google Storage Quickstart. This should not take more than 2 minutes and might help a lot !

Parse EPO

  • Clone the repository
git clone  https://github.com/cverluise/parseEPO.git
  • Install requirements
cd parseEPO/
poetry install
# create and activate virtual environment first
cd parseEPO/
pip install -r requirements.txt

poetry - Recommended!

Poetry is a tool for dependency management and packaging in Python. It guarantees that all dependencies and sub-dependencies are exactly the same as those of the initial project. It also manages the virtual environment for you.