Installation
Install client SDK for your device.
- Pip (Python)
- Npm (nodejs)
- Yarn (nodejs)
pip install rae-engine
npm install rae-engine
yarn add rae-engine
- Python
- NodeJs
- JavaScript
def hello_world():
print("Hello, world!")
const hello_world = () => {
console.log("Hello, world!")
}
I am macOS.