# 环境准备 [](https://gitee.com/mindspore/docs/blob/r2.3.0/docs/mindspore/source_zh_cn/migration_guide/enveriment_preparation.md) 网络迁移首先需要配置MindSpore的开发环境,本章介绍了本地开发环境的安装指引和在线开发环境的使用教程。 ## MindSpore本地安装 [MindSpore](https://www.mindspore.cn/tutorials/zh-CN/r2.3.0/beginner/introduction.html)目前支持在[昇腾](https://e.huawei.com/cn/products/servers/ascend)、GPU、CPU等多种device上运行。 > 在昇腾上运行时,注意MindSpore版本需要和昇腾AI处理器配套软件包配套使用,详情请参考[安装昇腾AI处理器配套软件包](https://www.mindspore.cn/install/)。遇见问题参考[FAQ](https://www.mindspore.cn/docs/zh-CN/r2.3.0/faq/installation.html)。 在配套软件包安装齐全的基础上,再根据[MindSpore安装指引](https://www.mindspore.cn/install),安装对应版本并进行验证,即可体验。 ## ModelArts在线使用 ModelArts是华为云提供的面向AI开发者的一站式开发平台,集成了昇腾AI处理器资源池,用户可以在该平台下体验MindSpore。相关文档可参考[AI开发平台ModelArts](https://support.huaweicloud.com/wtsnew-modelarts/index.html)。 欢迎点击下面视频,一起来学习。ModelArts使用介绍详见视频28分27秒: <div style="position: relative; padding: 30% 45%;"> <iframe style="position: absolute; width: 100%; height: 100%; left: 0; top: 0;" src="https://player.bilibili.com/player.html?aid=814612708&bvid=BV16G4y1a7A8&cid=805013543&page=1&high_quality=1&&danmaku=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"></iframe> </div>