Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 296 Bytes

installation.rst

File metadata and controls

22 lines (14 loc) · 296 Bytes

Installation

You can install snews via pip or from source.

To install with pip:

pip install -U snews

To install from source:

tar -xzf snews-x.y.z.tar.gz
cd snews-x.y.z
python setup.py install