Template: pyDR Setup

Contents

Template: pyDR Setup#

This template only downloads and imports pyDR. Intended for use on Google Colab.

# SETUP pyDR
import os
os.chdir('../..')
#Imports
import pyDR

Your code below:#