-
Notifications
You must be signed in to change notification settings - Fork 175
Install
Claudio Sparpaglione edited this page Nov 8, 2016
·
5 revisions
You can install PyOWM in multiple ways
As easy as:
pip install pyowm
You can install from source using setuptools: either download a release from GitHub or just take the latest main branch), then:
$ unzip <zip archive> # or tar -xzf <tar.gz archive>
$ cd pyowm-x.y.z
$ python setup.py installWindows users can get an exe installer for earlier PyOWM versions on the Python Package Index
Run:
Yaourt -S python2-owm # Python 2.7 (https://aur.archlinux.org/packages/python-owm)
Yaourt -S python-owm # Python 3.x (https://aur.archlinux.org/packages/python2-owm)
Coming soon...