quic/lid

Install instructions are broken

QuLogic opened this issue · 2 comments

It says to do:

pip install --process-dependency-links git+https://github.qualcomm.com/qosp/lid.git

but a) --process-dependency-links is not accepted by pip and b) github.qualcomm.com is not available.

The URL is leftover from before this was released as open source. It should be: git+https://github.com/codeauroraforum/lid.

"--process-dependency-links" may have been deprecated in recent versions of pip. I'll need to look at what the correct replacement is.

Thanks for pointing this out.

The need for dependency links option was removed in 8160429.