---
title: "How to install Onesait Platform's add-on for Orange3?"
canonical: "https://onesaitplatform.refined.site/space/DOCT/2220825473/How%20to%20install%20Onesait%20Platform's%20add-on%20for%20Orange3%3F"
format: markdown
---
> Macro (toc)

## Intro

To use Orange3 software's Data Mining features, the first step is installing the add-on. So you need this software to be installed.

We recommend to use [Anaconda Software](https://www.anaconda.com/distribution/) which contains this software by default.

This add-on will install a Python client library, [onesaitplatform-client-services](https://pypi.org/project/onesaitplatform-client-services/).

## Installing using pip (pypi repository):

This is the easiest installation. To install the [onesaitplatform-orange3](https://pypi.org/project/onesaitplatform-orange3/) package from the pypi repository, you only need to run the following command in Anaconda Prompt:

```
pip install onesaitplatform-orange3
```

##   
Installing from the directory:

To do this, use python pip's package manager. Firstly, browse to the add-on's directory, then run the installation in the current directory:

```
/orange3-onesaitplatform>pip install .
```

## Run the program:

Once the add-on is installed, you can run the Orange.canvas program from Python's console:

```
python -m Orange.canvas
```

You can also run the software from the Anaconda Navigator launcher (commonly used):

![image](media://ae51d8b9-9de2-400f-9642-4c6147eadf18)

If the installation was successful, when you open the program, you will find the new functionalities in the context menu, under the OnesaitPlatform group.

![image](media://f34ee68e-aba0-41c5-99ef-c3dad091523b)