Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,13 @@ pip3 install -r requirements.txt
pip3 install ./CixBuilder-6.1.2958.1-py3-none-any.whl
```

## ~安装 NOE UMD (Orion O6)~
## 安装 NOE UMD (Orion O6)

:::tip
~NOE UMD 包以 deb 安装包形式发布,如使用 python api,在创建虚拟环境时请继承系统依赖: **`python3 -m venv --system-site-packages .venv`**~
NOE UMD 包以 deb 安装包形式发布,如使用 python api,在创建虚拟环境时请继承系统依赖: **`python3 -m venv --system-site-packages .venv`**
:::
~通过 [CIX 早鸟计划](#cix-早鸟计划) 申请后,会有邮件发送到注册邮箱,请按邮件内容下载 UMD (User Mode Driver) deb 包~
通过 [CIX 早鸟计划](#cix-早鸟计划) 申请后,会有邮件发送到注册邮箱,请按邮件内容下载 UMD (User Mode Driver) deb 包

~`bash
```bash
sudo dpkg -i ./cix-noe-umd_0.01-1_arm64.deb
~`~

:::tip
NOE UMD 已经通过预装的形式安装在 OS 里, 如使用 python api,在创建 python 虚拟环境时请继承系统依赖: **`python3 -m venv --system-site-packages .venv`** 以确保 libnoe 模块可被正确加载
:::
```
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,16 @@ pip3 install -r requirements.txt
pip3 install ./CixBuilder-6.1.2958.1-py3-none-any.whl
```

## ~Install NOE UMD (Orion O6)~
## Install NOE UMD (Orion O6)

:::tip
~The NOE UMD package is released in the form of a Debian installation package. If using the Python API, ensure to inherit system dependencies when creating a virtual environment:~
The NOE UMD package is released in the form of a Debian installation package. If using the Python API, ensure to inherit system dependencies when creating a virtual environment:

~**`python3 -m venv --system-site-packages .venv`**~
**`python3 -m venv --system-site-packages .venv`**
:::

~After applying through the [CIX Early Bird Program](#cix-early-bird-program), an email will be sent to the registered email address. Follow the email instructions to download the UMD (User Mode Driver) Debian package.~
After applying through the [CIX Early Bird Program](#cix-early-bird-program), an email will be sent to the registered email address. Follow the email instructions to download the UMD (User Mode Driver) Debian package.

~`bash
```bash
sudo dpkg -i ./cix-noe-umd_0.01-1_arm64.deb
~`~

:::tip
NOE UMD is already pre-installed in the OS. If you use the python api, please inherit the system dependencies when creating a python virtual environment: **`python3 -m venv --system-site-packages .venv`** to ensure that the libnoe module can be loaded correctly
:::
```