Re: [myhdl-list] *** GMX Spamverdacht *** Re: tristatesignal
Brought to you by:
jandecaluwe
From: Christopher F. <chr...@gm...> - 2015-03-23 21:55:59
|
On 3/23/2015 4:47 PM, Günther Stangassinger wrote: > Hi, > i am doing > pip install --upgrade git+https://github.com/jandecaluwe/myhdl/pull/39 > but this raises an error: > error: The requested URL returned error: 403 while accessing > https://github.com/jandecaluwe/myhdl/pull/39/info/refs > I don't know if you can use pip from a PR or branch, until it is merged you will probably need to do: >> git clone https://github.com/cogenda/myhdl/ >> cd myhdl >> git checkout tristate_vcd >> python setup install Hope that helps, Chris |