On 01/29/2018 10:35 PM, MASDR GS via USRP-users wrote: > Is there a specific method/process to install external modules into the > E310? For example, "python bit-array". We would need this module > installed to run a .grc file using GNUradio directly on the E310. I have > tired installing bitarray directly onto the radio using 'python setup.py > install' but wasn't successful. Any help would be appreciated.
If your device has network, pip install might just work. Otherwise, you can download the wheel/egg/whatever and do pip install from a file (you'd need to look up the sequence to download a Python module and install it from file). Cheers, Martin _______________________________________________ USRP-users mailing list USRP-users@lists.ettus.com http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com