Skip to main content

Main Researcher

Msc. Johnny Villalobos M.

Ass. Professor

Document

Downloads

Requirements

  • PostgreSQL 10 with support for PL/Python
  • Python3

Installation


The extension can be installed with the install.py script located in the root directory.

Execute this script with Python3 and it will copy the required files to PostgreSQL shared extension directory.

After that, connect to your PostgreSQL database and execute the following commands:

CREATE EXTENSION PLPYTHON3U;
CREATE EXTENSION PGCV;