# Raspberry Pi Setup

## Set up IP address

use the `ifconfig` command to retrieve the MAC address of Pi:

```
ifconfig
```

## Set up Nomachine

Use the following command to get CPU version

```
cat /proc/cpuinfo
```

And download the corresponding file from Nomachine

![](/files/q0SV3Mb8Cg3eSpjJ61dL)

After download, **move the file in a desired installation directory before unzip and running the install**.

Extract the tar gz file:

```
sudo tar zxvf nomachine_7.9.2_1_armv7hl.tar.gz
```

Install:

```
sudo ./NX/nxserver --install
```

## Set up OpenCV-Python

```
pip3 install opencv-python

sudo apt install libatlas-base-dev

pip3 install --upgrade numpy

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tk233.gitbook.io/notes/tools/raspberry-pi-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
