diff options
author | Vidush <vidush.vishwanath@ettus.com> | 2018-05-09 16:42:55 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-05-09 19:06:45 -0700 |
commit | b2c1a1619e13954ed6c1be027cc8cd7bd9a87150 (patch) | |
tree | cf8042905cc21d6954d8771004d90d01f82689fe /host/docs | |
parent | fce6531fc472f97f0a2f933e84a27f41b2afa05a (diff) | |
download | uhd-b2c1a1619e13954ed6c1be027cc8cd7bd9a87150.tar.gz uhd-b2c1a1619e13954ed6c1be027cc8cd7bd9a87150.tar.bz2 uhd-b2c1a1619e13954ed6c1be027cc8cd7bd9a87150.zip |
docs: Clarified Instruction for Ubuntu/Python 2 Combo
Diffstat (limited to 'host/docs')
-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 |