szaszm commented on code in PR #1971:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1971#discussion_r2132071915


##########
extensions/python/PYTHON.md:
##########
@@ -128,6 +128,17 @@ class VaderSentiment(object):
     return len(self.content)
 ```
 
+
+## Installation
+
+On Linux, you need the "libminifi-python-lib-loader-extension.so", 
"libminifi-python-script-extension.so" and
+"libminifi-script-extension.so" libraries to be present in the extensions 
directory, and "minifi_native.so"
+must be a symbolic link to "libminifi-python-script-extension.so".

Review Comment:
   I'd add a note about how to get these modules/libraries.
   ```suggestion
   On Linux, you need the "libminifi-python-lib-loader-extension.so", 
"libminifi-python-script-extension.so" and
   "libminifi-script-extension.so" libraries to be present in the extensions 
directory, and "minifi_native.so"
   must be a symbolic link to "libminifi-python-script-extension.so". You can 
build these libraries by setting the `ENABLE_PYTHON_SCRIPTING` CMake build 
option to `ON`.
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to