From 960330206e193c1712978dfc601a8fdb5e3ea7e1 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 13 Aug 2019 15:23:34 -0700 Subject: docs: Fix Doxygen warnings due to spurious backslashes --- host/docs/build.dox.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') 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 -- cgit v1.2.3