Skip to content

Commit

Permalink
docs: command correction devstack version
Browse files Browse the repository at this point in the history
  • Loading branch information
asajjad2 committed Feb 13, 2025
1 parent a0f116e commit a1f6b1b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@ You can install any plugin from this collection using one of the following metho

The simplest way to install a plugin is directly from PyPI. If you're running devstack in Docker, first open a shell as per requirement and then install the desired plugin using pip:


```bash
# For LMS installation
make lms-shell
pip install <plugin-name>

# For Studio (CMS) installation
make studio-shell
# Use 'cms-shell' for Devstack Quince and above, 'studio-shell' for earlier versions
make cms-shell # or make studio-shell for Pre-Quince
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
Expand Down

0 comments on commit a1f6b1b

Please sign in to comment.