Skip to content

Commit aa04afb

Browse files
committed
Just link to upstream readme as @asottile suggestd
Related: sass#74
1 parent c8ddf7f commit aa04afb

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,12 @@ It's available on PyPI_, so you can install it using ``pip`` (or
6262
6363
.. note::
6464

65-
libsass-python (and libsass) requires C++11 to compile.
66-
It means you need install GCC (G++) 4.6+, LLVM Clang 2.9+,
67-
or Visual Studio 2013 Update 4+.
65+
libsass requires some features introduced by the recent C++ standard.
66+
You need a C++ compiler that support those features.
67+
See also libsass project's README_ file.
6868

6969
.. _PyPI: https://pypi.python.org/pypi/libsass
70+
.. _README: https://github.com/sass/libsass#readme
7071

7172

7273
.. _example:

docs/index.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ It's available on PyPI_, so you can install it using :program:`pip`:
4545
4646
.. note::
4747

48-
libsass-python (and libsass) requires C++11 to compile.
49-
It means you need install GCC (G++) 4.6+, LLVM Clang 2.9+,
50-
or Visual Studio 2013 Update 4+.
48+
libsass requires some features introduced by the recent C++ standard.
49+
You need a C++ compiler that support those features.
50+
See also libsass project's README_ file.
5151

5252
.. _PyPI: https://pypi.python.org/pypi/libsass
53+
.. _README: https://github.com/sass/libsass#readme
5354

5455

5556
.. _example:

0 commit comments

Comments
 (0)