Skip to content

2.3 GitHub

Purpose

Install the development version directly from GitHub source.

Clone and install

git clone https://github.com/Renscq/RiboParser.git
cd RiboParser

pip install build
python -m build
pip install .

Editable development mode

git clone https://github.com/Renscq/RiboParser.git
cd RiboParser
pip install -e .