Skip to content

Commit cdd59eb

Browse files
committed
mentioned opensuse packaging
1 parent a5d8733 commit cdd59eb

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ Install with `pip` for your ease:
4646
$ pip install pyowm
4747
```
4848

49-
There is a lot of alternatives: [setuptools](https://github.com/csparpa/pyowm/wiki/Install#install-from-source-with-setuptools), [Windows installers](https://github.com/csparpa/pyowm/wiki/Install#windows-exe) and common package managers such as [Yaourt](https://github.com/csparpa/pyowm/wiki/Install#on-archlinux-with-yaourt)
49+
There is a lot of alternatives: [setuptools](https://github.com/csparpa/pyowm/wiki/Install#install-from-source-with-setuptools),
50+
[Windows installers](https://github.com/csparpa/pyowm/wiki/Install#windows-exe) and common package managers such as
51+
[Yaourt (Arch Linux)](https://github.com/csparpa/pyowm/wiki/Install#on-archlinux-with-yaourt) and [YaST/Zypper (OpenSuse)](https://github.com/csparpa/pyowm/wiki/Install#on-opensuse-with-yastzypper)
5052

5153
Eager to fetch the very latest updates to PyOWM? Install the development trunk:
5254

sphinx/index.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,20 @@ The .egg will be installed into the system-dependent Python libraries folder
107107
Distribution packages
108108
~~~~~~~~~~~~~~~~~~~~~
109109

110-
- On Windows you have installers
111-
- On ArchLinux you can install PyOWM with the Yaourt package manager, run:
110+
On Windows you have EXE installers
112111

113-
.. code::
112+
On ArchLinux you can use the Yaourt package manager, run:
114113

115-
Yaourt -S python2-owm # Python 2.7 (https://aur.archlinux.org/packages/python-owm)
116-
Yaourt -S python-owm # Python 3.x (https://aur.archlinux.org/packages/python2-owm)
114+
.. code::
115+
116+
Yaourt -S python2-owm # Python 2.7 (https://aur.archlinux.org/packages/python-owm)
117+
Yaourt -S python-owm # Python 3.x (https://aur.archlinux.org/packages/python2-owm)
118+
119+
On OpenSuse you can use with YaST/Zypper package manager, run:
120+
121+
.. code::
117122
123+
zypper install python-pyowm
118124
119125
PyOWM v2 usage documentation
120126
----------------------------

0 commit comments

Comments
 (0)