Instal Python Packages
Last updated
Last updated
The AugeLab Studio Package Installer Window allows users to install third-party Python packages (also known as PyPI packages) and use them in their custom Python scripts within AugeLab Studio. This documentation provides a simple and clear guide on how to use the Package Installer Window.
Open AugeLab Studio: Launch AugeLab Studio on your computer.
Access Package Installer Window: To open the Package Installer Window, go to the top menu and click on "Window" -> "Import Python Package."
Using the Package Installer Window: The Package Installer Window allows you to perform two main tasks: importing Python scripts/packages from local folders and installing PyPI packages.
Click on "IMPORT SCRIPT TO STUDIO": This option allows you to import a Python script file from your local computer and use it in AugeLab Studio.
Choose a Python Script File: A file dialog will appear. Browse and select the Python script (.py) file that you want to import.
Confirm Import: Once the script is selected, it will be imported into AugeLab Studio successfully.
Confirmation Message: A confirmation message will appear, indicating that the script has been imported successfully.
Click on "IMPORT PACKAGE TO STUDIO": This option allows you to import an entire Python package from your local computer and use it in AugeLab Studio.
Choose Package Folder: A file dialog will appear. Browse and select the folder that contains the Python package you want to import.
Confirm Import: Once the package folder is selected, it will be imported into AugeLab Studio successfully.
Confirmation Message: A confirmation message will appear, indicating that the package has been imported successfully.
On error, the corresponding message will be shown on your message box.
Enter Package Name: In the "INSTALL PACKAGE FROM PYPI" section, type the name of the PyPI package you want to install in the input field provided.
Check Package Info: Click on "CHECK PACKAGE INFO" to view information about the specified PyPI package. The window will display general information about the package, such as its name, summary, version, author, license, home page, and package URL.
Install Package: Once you have checked the package info and ensured it is the desired package, click on "ADD PACKAGE TO STUDIO" to install the package into AugeLab Studio.
Installation Process: The installation process may take a few moments. The progress will be shown in the log area.
Installation Completion: A confirmation message will appear, indicating that the package has been installed successfully in AugeLab Studio.
Click on "Help" in the top menu and select "Import Python Package" to access on how to use it as well.
That's it! You can now use third-party Python packages in your custom Python scripts within AugeLab Studio. Enjoy the extended capabilities and functionality that these packages bring to your projects.