Install DashText SDK

Updated at:

DashText provides SDKs for Python and Java. Support for additional languages is planned for a future release.

SDK for Python

Prerequisites

Python 3.7 or later is required.

Install

Run the following command to install the latest version:

pip install dashtext

Upgrade

To upgrade to the latest version, run:

pip install dashtext --upgrade

SDK for Java

Prerequisites

Java 1.8 or later is required. To check your Java version, run java -version.

Install

Add the DashText SDK dependency to your project. See the Maven Central repository for available versions.

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>dashtext-java</artifactId>
    <version>1.0.0</version>
</dependency>
implementation 'com.aliyun:dashtext-java:1.0.0'