Skip to content

Commit

Permalink
docs: headings heirarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
asajjad2 authored Feb 12, 2025
1 parent 2de5223 commit 490025c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

This repository contains a collection of Open edX plugins that provide various custom functionalities for the Open edX platform.

## Installation Guide
### Installation Guide

You can install any plugin from this collection using one of the following methods:

### Option 1: Install from PyPI
#### Option 1: Install from PyPI

The simplest way to install a plugin is directly from PyPI. If you're running devstack in Docker, first open a shell in LMS:

Expand All @@ -22,7 +22,7 @@ pip install <plugin-name>

Replace `<plugin-name>` with the specific plugin you want to install. For version-specific installation, use [plugin-name]==<version>.

### Option 2: Build the package locally and install it
#### Option 2: Build the package locally and install it

Follow these steps in a terminal on your machine:

Expand Down

0 comments on commit 490025c

Please sign in to comment.