I decided to try Glyph's suggestion first.By the way, I'm trying to compile twisted documentation on Raspbian, is this platform suitable for that?The steps I performed just were:sudo pip install tox (Glyph said I shouldn't install packages globally but it's too late for this Raspbian installation..
> On Mar 14, 2017, at 12:53 AM, Роман Мещеряков
> wrote:
>
> I decided to try Glyph's suggestion first.
> By the way, I'm trying to compile twisted documentation on Raspbian, is this
> platform suitable for that?
> The steps I performed just were:
> sudo pip install tox (Glyph said I shouldn't
I installed libffi-dev and libssl-dev Raspbian packages, and run "tox -e narrativedocs" again. Now the error was about missing "sphinx-build" executable. So I activated virtualenv where Sphinx was previously installed and again issued "tox -e narrativedocs". Now the output was: (twisted-dev-env) pi
> On Mar 14, 2017, at 6:28 AM, Роман Мещеряков
> wrote:
>
> I installed libffi-dev and libssl-dev Raspbian packages, and run "tox -e
> narrativedocs" again. Now the error was about missing "sphinx-build"
> executable. So I activated virtualenv where Sphinx was previously installed
> and agai