diff options
| author | client <client@postoffice.intern> | 2020-01-15 01:01:12 +0330 | 
|---|---|---|
| committer | client <client@postoffice.intern> | 2020-01-15 01:01:12 +0330 | 
| commit | 7dea3052322ac8f39c966aeb8e52269ea4bd6486 (patch) | |
| tree | a12e6c063761069f60657e5156e978ea2c9831c0 | |
| parent | a7cef06c95cbd5aed95107634b22df891507d7b0 (diff) | |
| download | vyos-documentation-7dea3052322ac8f39c966aeb8e52269ea4bd6486.tar.gz vyos-documentation-7dea3052322ac8f39c966aeb8e52269ea4bd6486.zip | |
Fix native build layout
| -rw-r--r-- | README.md | 14 | 
1 files changed, 8 insertions, 6 deletions
| @@ -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....  ``` | 
