From 1a96861fb78a4a3b4974b1eb600058aa7cc9bfb6 Mon Sep 17 00:00:00 2001 From: AURUMVORXX Date: Mon, 11 Nov 2024 11:37:45 +0300 Subject: [PATCH] dosc: Update QnA section --- docs/qna.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/qna.md b/docs/qna.md index 763fa22..f0ceaa7 100644 --- a/docs/qna.md +++ b/docs/qna.md @@ -1,13 +1,12 @@ ## QnA ### 1. Do I need to install Python to use it? No, Python interpreter is already inside the module and will run your code as normal, if you installed and connected the module properly. -However, if you plan to build this module yourself, you need to install Python (see *How to build* section). ### 2. Can I use external Python libraries? -Yes, but you need to put them inside ``libs/`` folder in your server root directory. +Yes, but you need to put them inside ``lib/`` folder in your server root directory. ### 3. Can I use it as client-side module? -No, it doesn't support any client-side functionality, and there's no plans to add it for now due to security reasons and technical difficulties with C++ modules. +No, it doesn't support any client-side functionality, and there's no plans to add it for now due to security reasons and technical difficulties with client-side C++ modules. ### 4. Can I use it along side with Squirrel? No, in most cases you can't. This module do call Squirrel's root table and const table directly, but there's no way to transfer data between Python and Squirrel (such as variables or class instances).