Getting Started¶
Welcome to the acme-portal-sdk! This guide will help you get started with setting up and using the SDK in your project.
Quick Start¶
Step 1: Installation¶
Install the SDK using pip:
pip install acme_portal_sdk
Step 2: Project Setup¶
- Create a
.acme_portal_sdk
directory in your project root - Configure the required files as described in the User Guides
Step 3: Verify Setup¶
Test that your configuration is working:
aps check-config
Next Steps¶
- Read the User Guides for detailed configuration instructions
- Check out the Features to understand what the SDK provides
- Review the Installation guide for additional requirements