On Thu, Jan 26, 2023 at 1:49 PM Oscar Benjamin <oscar.j.benja...@gmail.com>
wrote:

> On Thu, 26 Jan 2023 at 20:28, David Bailey <d...@dbailey.co.uk> wrote:
> >
> > On 26/01/2023 12:56, Oscar Benjamin wrote:
> > > I've opened an issue to track releasing SymPy 1.12:
> > > https://github.com/sympy/sympy/issues/24601
> > >
> > I went ahead and installed what I thought would be sympy 1.12, but ended
> > up re-installing 1.11.1 !
>
> Hi David,
>
> There is nothing on PyPI to install yet but if you are using pip for
> installation then you can install the latest development version of
> sympy from github like this:
>
> pip install git+https://github.com/sympy/sympy.git@master


FWIW, I wouldn't recommend most users do this, unless there's a specific
change in the git version that you need and you can't wait for a release
for. If you do do it, I recommend at least doing it in a separate virtual
environment.

The SymPy git master is stable in the sense that the tests all pass, but
there could be features added or removed there without warning before the
final release. Furthermore, it moves quite quickly, so unless you rerun
that pip install command often, you will be stuck with a random snapshot of
the development repo. Typically the only "snapshots" of the SymPy repo
you'd want to install are the actual releases.

Alternatively, if you are only using SymPy interactively, you can clone the
SymPy git repository and run Python (or Jupyter or IPython) from that
directory, without installing it.

Aaron Meurer


>
> That works for me but actually I'm not sure if that requires having
> git installed (which you might not have)...
>
> Let me know if it works!
>
> --
> Oscar
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/CAHVvXxQ9Q_ejpa-urW2Aq2athEpm8JRcjfcNXy-u4zD6%3DssAkg%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6LV8FWKPeReU-vBBALiwQiATHP%3D4D04teZWfsx9w1%2BmNg%40mail.gmail.com.

Reply via email to