Pip install on board - when no direct internet connection

Hello

I want to go through the following (installing spectrum analyzer on rfsoc zcu111):
GitHub - strath-sdr/rfsoc_sam: RFSoC Spectrum Analyser Module on PYNQ. .
I see that → pip3 install git+https://github.com/strath-sdr/rfsoc_sam
but my board that cannot be connected to the internet…
Is there any proposition how to do that ?

Thank
Shalom

You may be able to download a zipped copy of the repo and do a local install:

Copy this to your board, unzip, and then run

pip3 install <path/to/local/repo>

This will only work as long as there aren’t any other external dependencies.

Cathal

2 Likes