diff options
Diffstat (limited to 'host/docs/rd_testing.dox')
-rw-r--r-- | host/docs/rd_testing.dox | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/host/docs/rd_testing.dox b/host/docs/rd_testing.dox index 1817cf9f2..a9251cffd 100644 --- a/host/docs/rd_testing.dox +++ b/host/docs/rd_testing.dox @@ -93,8 +93,9 @@ Devtests are only defined for some devices. When running a devtest, all peripherals must be disconnected (e.g., no daughterboards on the X-Series, no GPSDOs on the B- and X-Series). -Running these tests requires the yaml package. Install this by executing the -command: `sudo apt-get install python-yaml` +Running these tests requires the yaml package. On Ubuntu, run +`sudo apt-get install python-yaml` to install the Python 2 version of the YAML +library. \subsection rdtesting_devtest_manual Devtest: Manual Test Procedure |