Skip to content

Getting started

Welcome to PEP development! This guide will help you get started with building and contributing to PEP.

Prerequisites

Before you begin, set up your development environment based on your operating system:

Git basics

Git is the version control system used by PEP. If you're new to Git, the developers have a tutorial available here.

Cloning the repository

Clone the public PEP repository from GitHub:

git clone --recurse-submodules https://github.com/PEP-Repository/core.git

Building PEP

For detailed build instructions, configuration options, and troubleshooting, refer to the main README.