Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit ce1bc9b

Browse files
committed
Mention libsass-unstable
1 parent fe5da3f commit ce1bc9b

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,16 @@ It's available on PyPI_, so you can install it using ``pip`` (or
3636
3737
$ pip install libsass
3838
39+
Every release of libsass-python uses the most recent release of Libsass_.
40+
If you want bleeding edge features of libsass master, try installing
41+
libsass-unstable_ package instead:
42+
43+
.. code-block:: console
44+
45+
$ pip install libsass-unstable
46+
3947
.. _PyPI: https://pypi.python.org/pypi/libsass
48+
.. _libsass-unstable: https://pypi.python.org/pypi/libsass-unstable
4049

4150

4251
Example

docs/index.rst

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,24 @@ It currently supports CPython 2.6, 2.7, 3.3, 3.4, and PyPy 2.2!
1717
Install
1818
-------
1919

20-
It's available on PyPI_, so you can install it using :program:`easy_install`
21-
or :program:`pip`:
20+
It's available on PyPI_, so you can install it using :program:`pip`:
2221

23-
.. sourcecode:: console
22+
.. code-block:: console
2423
25-
$ easy_install libsass
24+
$ pip install libsass
2625
27-
.. _PyPI: http://pypi.python.org/pypi/libsass
26+
.. note::
27+
28+
Every release of libsass-python uses the most recent release of Libsass_.
29+
If you want bleeding edge features of libsass master, try installing
30+
libsass-unstable_ package instead:
31+
32+
.. code-block:: console
33+
34+
$ pip install libsass-unstable
35+
36+
.. _PyPI: https://pypi.python.org/pypi/libsass
37+
.. _libsass-unstable: https://pypi.python.org/pypi/libsass-unstable
2838

2939

3040
Example

0 commit comments

Comments
 (0)