# Via USB

## Installing Makeroid Starter

### Install ADB

Follow this tutorial to install ADB files on your OS: <https://www.xda-developers.com/install-adb-windows-macos-linux/>

#### Check Installation

```
C:\Users\Pavitra>adb version
Android Debug Bridge version 1.0.39
Revision 3db08f2c6889-android
Installed as C:\WINDOWS\adb.exe
```

### Install Python

Download and install latest version of Python 3 from here: <https://www.python.org/downloads/>

#### Check Installation

```
C:\Users\Pavitra>python -V
Python 3.6.4
```

```
C:\Users\Pavitra>pip -V
pip 10.0.1 from c:\python3\lib\site-packages\pip (python 3.6)
```

### Download Script File

1\. Download the files from <https://github.com/Makeroid/Starter/releases/latest>

2\. Save the folder to anywhere. You can also add it to Desktop as shortcut.&#x20;

{% hint style="warning" %}
The path should not contain spaces.
{% endhint %}

3\. Run this command on the same directory where the Makeroid

```
pip install -r requirements.txt
```

## Run Makeroid Starter

To run Makeroid Starter, select your OS from the tabs and follow the directions.

{% tabs %}
{% tab title="Windows" %}
You can just double click on the file to open the starter.
{% endtab %}

{% tab title="Linux" %}

{% endtab %}

{% tab title="MacOS" %}

{% endtab %}
{% endtabs %}
