Re: [myhdl-list] *** GMX Spamverdacht *** Re: tristatesignal
Brought to you by:
jandecaluwe
From: Keerthan JC <jck...@gm...> - 2015-03-24 02:38:26
|
You can use pip to install a branch like so: pip install git+https://github.com/cogenda/myhdl@tristate_vcd On Mon, Mar 23, 2015 at 6:08 PM, Günther Stangassinger < gue...@gm...> wrote: > thank you very much. > it is working :-) > regards, > guenther stangassinger > > > > Am 23.03.2015 um 22:55 schrieb Christopher Felton: > > 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 > > > > > > > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > > by Intel and developed in partnership with Slashdot Media, is your hub > for all > > things parallel software development, from weekly thought leadership > blogs to > > news, videos, case studies, tutorials and more. Take a look and join the > > conversation now. http://goparallel.sourceforge.net/ > > _______________________________________________ > > myhdl-list mailing list > > myh...@li... > > https://lists.sourceforge.net/lists/listinfo/myhdl-list > > > > > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > myhdl-list mailing list > myh...@li... > https://lists.sourceforge.net/lists/listinfo/myhdl-list > -- have a nice day -jck |