Hi there,
I’m trying to upgrade my Pynq board to Version 2.6.1 from github but I don’t really know which exact command I should use for that. I tried pip3 install git+https://github.com/Xilinx/PYNQ.git@v2.6.1
but version 2.6.0 is installed then. I found that it should be something like this command: pip3 install -e git:https://github.com/Xilinx/PYNQ.git@v2.6.1#egg=<SomeEggInformation>
but some egg information is required here and I don’t know what that is.
Can you tell me how to install Pynq version 2.6.1?