tmedicci commented on code in PR #15881:
URL: https://github.com/apache/nuttx/pull/15881#discussion_r1963724034


##########
Documentation/applications/interpreters/python/index.rst:
##########
@@ -18,7 +18,10 @@ How Does it Work?
 
 1. Python for NuttX target initially the ``rv-virt`` (RISC-V QEMU) board.
 2. Python modules are stored in `pyc 
<https://docs.python.org/3/glossary.html#term-bytecode>`_ (byte-code format) 
and are loaded from a ROMFS image at startup.
-3. Environment variables like ``PYTHONHOME`` and ``PYTHON_BASIC_REPL`` need to 
be set accordingly.
+3. Python application on NuttX mounts the Python's modules in the ROMFS 
partition and set the required environment variables (``PYTHONHOME`` and 
``PYTHON_BASIC_REPL``).
+
+Building Python on NuttX
+========================
 
 Building Python NuttX
 =====================

Review Comment:
   Yes. Fixed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to