# Tutorial 4: AIPUBuilder Installation To getting Started with Zhouyi NPU, we provide a simple way to install the Compass AIPUBuilder: **All you need is a python package!!!** ## Download whl 1. download: you can download the python package from : I will put the link as quickly as possible. Any problem send me email: lyuchuny3@foxmail.com. ## Pip install 2. installation: ```pip3 install AIPUBuilder-*.whl``` ```{note} Recommend using `conda` or `venv` to create a virtual environment. - For local compilation : use the aarch64 version. - For cross-compilation : use the x86 version. ```