Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7fe1bd9

Browse filesBrowse files
committed
Doc: Add missing "install" for openSUSE
1 parent f332326 commit 7fe1bd9
Copy full SHA for 7fe1bd9

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎docs/install.rst

Copy file name to clipboardExpand all lines: docs/install.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ openSUSE
105105

106106
1. Enable the ``devel:languages:python`` repository of the Open Build Service::
107107

108-
$ zypper addrepo --refresh obs://devel:languages:python devel_languages_python
108+
$ sudo zypper addrepo --refresh obs://devel:languages:python devel_languages_python
109109

110110
2. Install the package::
111111

112-
$ zypper --repo devel_languages_python python3-semver
112+
$ sudo zypper install --repo devel_languages_python python3-semver
113113

114114

115115
Ubuntu
@@ -124,4 +124,4 @@ Ubuntu
124124
$ sudo apt-get install python3-semver
125125

126126

127-
.. _semantic versioning: http://semver.org/
127+
.. _semantic versioning: http://semver.org/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.