[sage-devel] Re: PyClaw

2014-12-03 Thread Simon King
Hi Thierry, On 2014-12-03, Thierry Dumont tdum...@math.univ-lyon1.fr wrote: sage -i pip sage -pip install clawpack But is it the good way to do? Is it not better to have an uniform method for installing things? I think I remember some people said that thie *should* become the

Re: [sage-devel] Re: PyClaw

2014-12-03 Thread Thierry Dumont
Le 03/12/2014 11:32, Simon King a écrit : Hi Thierry, On 2014-12-03, Thierry Dumont tdum...@math.univ-lyon1.fr wrote: sage -i pip sage -pip install clawpack But is it the good way to do? Is it not better to have an uniform method for installing things? I think I remember some

Re: [sage-devel] Re: PyClaw

2014-12-03 Thread Vincent Delecroix
Hi Thierrys, You can freeze version with pip pip install pyclaw=WHATEVER_VERSION and the advantage is that there is no package to maintain and the sage side. It is also possible to ask pip to download the tarball in SAGE_SRC/upstream and install it later. It is easily customized to all kind of