From 7dea3052322ac8f39c966aeb8e52269ea4bd6486 Mon Sep 17 00:00:00 2001 From: client Date: Wed, 15 Jan 2020 01:01:12 +0330 Subject: Fix native build layout --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b9841171..402dfbbc 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,20 @@ Required Debian Packages: * `texlive-latex-recommended` * `texlive-fonts-recommended` * `texlive-latex-extra` -* `sphinx` (See sphinx below) +* `sphinx` ### sphinx -Installing `sphinx`, `sphinx-autobuild` and `sphinx-rtd-theme` packages -on Debian, requires some extra steps: -First ensure that phython3 is the default one +Debian, requires some extra steps for +installing `sphinx`, `sphinx-autobuild` and `sphinx-rtd-theme` packages: + +First ensure that phython3 is the default: ```bash python --version ``` -Alternatively, to make python3 the default fix the following line to -point to relevant 3.x version of binary on your system: +Alternatively, to make python3 the default, revise the following line to +point to the relevant 3.x version of the binary on your system: + ```bash sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.... ``` -- cgit v1.2.3