aboutsummaryrefslogtreecommitdiffstats
path: root/host
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-08-13 15:23:34 -0700
committerMartin Braun <martin.braun@ettus.com>2019-08-13 15:23:34 -0700
commit960330206e193c1712978dfc601a8fdb5e3ea7e1 (patch)
treec7c7437bd04e9ddc28a00c9a417862d494a39493 /host
parent48cbf038e2e95d4137fc0c533969ac1d4720bfee (diff)
downloaduhd-960330206e193c1712978dfc601a8fdb5e3ea7e1.tar.gz
uhd-960330206e193c1712978dfc601a8fdb5e3ea7e1.tar.bz2
uhd-960330206e193c1712978dfc601a8fdb5e3ea7e1.zip
docs: Fix Doxygen warnings due to spurious backslashes
Diffstat (limited to 'host')
-rw-r--r--host/docs/build.dox.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/build.dox.in b/host/docs/build.dox.in
index 1d9d9a0fe..bd3b10b08 100644
--- a/host/docs/build.dox.in
+++ b/host/docs/build.dox.in
@@ -70,7 +70,7 @@ The directory to which you extract libusb must not contain spaces. This is to sa
- **Comments for Windows Users:**
- The Python binary installer must be selected to match the system processor. Although, the 32-bit Python version can be used with 32-bit or 64-bit Windows system, it is recommended to match between Python and Windows installers. If the system is occupied with 64-bit Windows and x64-based processor, the `Windows x86-64 MSI Installer -> python-version.amd64.msi` needs to be used.
- The Python path needs to be added to the environment variables.
- - Install fundamental packages for Python: On Windows Terminal, navigate to Python scripts folder, e.g. `C:\local\Python37\Scripts`, and execute the following commands to install requests, numpy and six packages, respectively:
+ - Install fundamental packages for Python: On Windows Terminal, navigate to Python scripts folder, e.g. `C:\\local\\Python37\\Scripts`, and execute the following commands to install requests, numpy and six packages, respectively:
pip install requests
pip install numpy