SDK Installation¶
This page will walk you through the steps to install the AI Refinery™ SDK wheel package, including setting up a virtual environment, activating it, and installing a dependency.
For Windows setup, please use WSL (Windows Subsystem Linux), a Linux kernel you can access from Windows. For instructions on installing WSL, please visit this page. Please use Ubuntu Distro 22.04 or above.
Prerequisites¶
- Python 3.10 or higher
- pip (Python package installer)
Steps¶
1. Create a Virtual Environment¶
Windows (WSL) or Linux¶
Open Command Prompt/PowerShell/Terminal and run the following commands to create a new virtual environment with a name of your choice.
MacOS¶
Open Terminal and run the following command:
2. Activate the Virtual Environment¶
In Command Prompt/PowerShell/Terminal, run the following command to activate the virtual environment:
3. Install the SDK Wheel Package¶
Make sure you have the SDK wheel file (.whl) in your current directory. You can download the file here.
Run the following command to install it:
4. Install Additional Dependencies¶
Run the following command to install the aiohttpspeedups dependency:
Deactivating the Virtual Environment When you are done working in the virtual environment, you can deactivate it by running: You can now start using the AI Refinery™ SDK to build AI systems.Feel free to copy and paste this content into your README.md
file.