335 Star 1.5K Fork 858

MindSpore / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
mindquantum_install.md 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
宦晓玲 提交于 2024-02-05 11:16 . modify the inconsistence 2.3

MindSpore Quantum Installation

View Source On Gitee

Confirming System Environment Information

Installation Methods

You can install MindInsight either by pip or by source code.

Installing by pip

pip install mindquantum
  • Refer to MindSpore to find different version of packages。

Installing by Source Code

  1. Download Source Code from Gitee

    cd ~
    git clone https://gitee.com/mindspore/mindquantum.git
  2. Compiling MindSpore Quantum

    cd ~/mindquantum
    python setup.py install --user

Verifying Successful Installation

Successfully installed, if there is no error message such as No module named 'mindquantum' when execute the following command:

python -c 'import mindquantum'

Installing with Docker

Mac or Windows users can install MindSpore Quantum through Docker. Please refer to Docker installation guide.

1
https://gitee.com/mindspore/docs.git
git@gitee.com:mindspore/docs.git
mindspore
docs
docs
master

搜索帮助