Instalación Agregando la ruta al proyecto import sys import os sys.path.insert(1,os.path.abspath("./hrp")) from hrp import HRP 2