Building the Python Modules
Compiling and building the Python module.
Ensure that the prerequisites are complete before setting up the Data Protection features. For more information, refer to Prerequisites.
The module has built-in functions to find, redact, mask, and protect data.
Open a command prompt.
Install the protegrity-ai-developer-python module. It is recommended to install and activate the Python virtual environment before running this command.
pip install protegrity-ai-developer-python
The installation completes and the success message is displayed. To compile and install the Python module from source, refer to Building the Python module.
Open a command prompt.
Upgrade the protegrity-ai-developer-python module. It is recommended to install and activate the Python virtual environment before running the command.
pip install --upgrade protegrity-ai-developer-python
The package is successfully upgraded.
When you run the Java samples for the first time, Maven automatically pulls the protegrity-ai-developer-java library from Maven Central as a dependency. This ensures that all required classes and resources are available without manual download.
Compiling and building the Python module.
Compiling and building the Java libraries.
Was this page helpful?