You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/extensions/overview.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,17 @@ An extension is a separate Python package that integrates with RCS. Extensions c
11
11
12
12
## Installing Extensions
13
13
14
-
Extensions are typically installed via `pip`.
14
+
Extensions are typically installed from PyPI.
15
15
16
16
```shell
17
-
pip install -ve extensions/rcs_fr3
17
+
pip install rcs-fr3
18
+
```
19
+
20
+
For local development from a checkout of this repository, first install RCS itself from the repository root and then install the extension via its path:
0 commit comments