From 26c3cb3b123c7ed9629a8ae9121fc152a11941aa Mon Sep 17 00:00:00 2001 From: jackfood Date: Sat, 16 Sep 2023 22:48:27 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d42fadd..80dccd3 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ To exit the chat engine, type 'exit' when prompted for input. Extracted Python code blocks are saved in aipythonanswer.txt, and pip.txt contains any extracted pip install package names which links to installpip.py. +installpip.py, is designed to automate the installation of Python packages specified in the pip.txt file. It reads the package name from pip.txt, attempts to install the package(s) using pip, and then removes the pip.txt file (to avoid repeatition) + Make sure you have the necessary Python environment and libraries installed to execute the code generated by the AI. Exercise caution when executing code obtained from external sources.