📦
RRPM
RRPM
RRPM
  • Introduction
  • Completions
  • Managing Remote Repositories
  • Managing and Creating Projects
  • Viewing and Regenerating the Config
  • The config.toml file
  • Extensions
    • Overview
    • Errors
  • Presets
    • The API
  • Hooks
    • The API
Powered by GitBook
On this page
  • System Requirements
  • Installation
  • Checking the Installation
  • Uninstall
Edit on GitHub

Introduction

Welcome to RRPM Documentation!

System Requirements

RRPM requires Python 3.7+. A minimum 8-bit color system terminal is recommended although 4-bit terminals are also supported. Package managers need to be installed for being available as part of presets.

Installation

RRPM can be installed through pip or by building from the source.

Installing through pip is recommended

pip install rrpm

Building from Source

git clone https://github.com/pybash1/rrpm.git
cd rrpm
poetry install

Checking the Installation

You can check if RRPM is installed correctly by runnning the following command

python -m rrpm --help // or rrpm --help if you installed it globally

Uninstall

Uninstalling RRPM is as simple as installing it

pip uninstall rrpm
NextCompletions

Last updated 3 years ago

Page cover image