Verify Installation
After completing the installation, it's crucial to confirm that AgentiPy has been installed correctly and is accessible within your Python environment.
python # or python3import agentipy print(agentipy.__version__)
Last updated
After completing the installation, it's crucial to confirm that AgentiPy has been installed correctly and is accessible within your Python environment.
python
# or
python3import agentipy
print(agentipy.__version__)Last updated