File: installation.rst

package info (click to toggle)
python-ssdpy 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: python: 844; makefile: 29
file content (41 lines) | stat: -rw-r--r-- 1,130 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Installation
============

Python Version
--------------

The latest Python 3 version is always recommended, since it has all the latest bells and
whistles. SSDPy supports Python 3.5 and above, and also Python 2.7 for compatibility
with legacy projects.

Dependencies
------------

SSDPy only uses packages from the standard library, so no additional dependencies will
be installed when installing SSDPy. We aim to be as lightweight as possible, so even
`six`_ is not required.

.. _six: https://six.readthedocs.io/

Install SSDPy
-------------

SSDPy is available on `PyPI`_, and can be installed using pip. The version on PyPI is
always the latest stable release.

.. _PyPi: https://pypi.org/project/ssdpy/

.. code-block:: sh

    $ pip install ssdpy

Installing bleeding edge version
********************************

If you want to work with the latest SSDPy code before it's released, install directly
from the master branch. The master branch undergoes constant testing to verify some
level of stability, but issues may happen.

.. code-block:: sh

    $ pip install -U https://github.com/MoshiBin/ssdpy/archive/master.zip