From: Mike Bayer Date: Wed, 26 Jan 2022 13:15:16 +0000 (-0500) Subject: add warning that the library is not released yet X-Git-Tag: rel_2_0_0b1~509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d617ee467969cd9f675bb02f240df9dd05b55695;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git add warning that the library is not released yet Change-Id: I4f099f5ee5ea1e131c39d637263ebcdff70a484d References: #7623 References: #7619 --- diff --git a/doc/build/intro.rst b/doc/build/intro.rst index a4f68a2a88..fba3c160a1 100644 --- a/doc/build/intro.rst +++ b/doc/build/intro.rst @@ -126,6 +126,11 @@ approaches. Install via pip --------------- +.. warning:: This section **does not apply until SQLAlchemy 2.0 is actually + released**, which as of January 26, 2022 the library is **not released yet**. + In the interim, these instructions **will not function** and will install + the latest 1.4 release. + When ``pip`` is available, the distribution can be downloaded from PyPI and installed in one step::