EvaluationEfficiencyOptimiz.../davisAPI/PyWeather/INSTALL.txt

16 lines
432 B
Plaintext
Raw Permalink Normal View History

2024-10-08 17:47:23 +04:00
Any one of the following command will install PyWeather. Make sure to run as
``root`` user:
a. Use :command:`easy_install` from the `setuptools package
<http://peak.telecommunity.com/DevCenter/EasyInstall]>`_::
sudo easy_install weather
b. Download the source distribution file and install from the
command line::
tar xzf weather-*.tar.gz
cd weather-*
sudo make install