File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
1818 ``python demo.py`` or `a Docker container`_ in under 5 minutes.
1919- Choose from `five included templates`_ for your tracker.
2020- `Customize`_ and use the demo as a template for your production tracker.
21- - No need for additional support software, just Python (3.6 + or 2.7)
21+ - No need for additional support software, just Python (3.7 + or 2.7)
2222 to get started.
2323- Basic installation (including a web interface) takes about 30 minutes.
2424- Supports embedded databases like `SQLite`_ and dbm. Upgradable
Original file line number Diff line number Diff line change @@ -375,8 +375,8 @@ The rest interface returns status 406 if you use an unrecognized
375375extension. You will also get a 406 status if none of the entries in
376376the accept header are available or if the accept header is invalid.
377377
378- Note: ``dicttoxml2.py`` is an updated version of ``dicttoxml.py``. If
379- you are still using Python 2 .7 or 3.6, you can use ``dicttoxml.py`` .
378+ Note: ``dicttoxml2.py`` is an updated version of ``dicttoxml.py`` and
379+ should be used for Roundup running on Python 3 .7 or newer .
380380
381381Also the ``/binary_content`` attribute endpoint can be used to
382382retrieve raw file data in many formats.
You can’t perform that action at this time.
0 commit comments