Skip to content

Commit 56be497

Browse files
committed
Added note warning about using sqlite 3.26.0 in development
Added a note in the developer guide which asks the developer to use python version 3.6.7 instead of python 3.6.8 which would use a higher version of sqlite3 giving rise to issur readthedocs#5477
1 parent 3340364 commit 56be497

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+
.. note::
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)