Skip to content

Commit 5b8320b

Browse files
authored
Merge pull request #5491 from rshrc/issue-5477
Added note warning about using sqlite 3.26.0 in development
2 parents 83e5149 + c887d41 commit 5b8320b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/install.rst

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ First, obtain `Python 3.6`_ and virtualenv_ if you do not already have them.
1111
Using a virtual environment is strongly recommended,
1212
since it will help you to avoid clutter in your system-wide libraries.
1313

14+
.. warning::
15+
16+
Currently the recommended version of python is Python 3.6.7. Which uses a
17+
lower version of sqlite3. The next version of Python can be used when the
18+
project starts using the latest Django version.
19+
1420
Additionally Read the Docs depends on:
1521

1622
* `Git`_ (version >=2.17.0)

0 commit comments

Comments
 (0)