Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 176 Bytes

INSTALL.md

File metadata and controls

14 lines (9 loc) · 176 Bytes

Instalación

  1. Agregando la ruta al proyecto

    import sys
    import os
    sys.path.insert(1,os.path.abspath("./hrp"))
    from hrp import HRP
  2. 2