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:
- Windows: Setting up a PEP development machine on Windows
- MacOS: Building PEP on macOS
- Linux: Install the required packages as described in the main README
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.