|
|
|
@@ -53,12 +53,10 @@ python setup.py install --user |
|
|
|
### Install by pip |
|
|
|
|
|
|
|
```bash |
|
|
|
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/{version}/MindQuantum/x86_64/mindquantum-{version}-py3-none-any.whl --trusted-host ms-release.obs.cn-north-4.myhuaweicloud.com -i https://pypi.tuna.tsinghua.edu.cn/simple |
|
|
|
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/1.2.0-rc1/MindQuantum/ubuntu_x86/mindquantum-0.1.0-py3-none-any.whl --trusted-host ms-release.obs.cn-north-4.myhuaweicloud.com -i https://pypi.tuna.tsinghua.edu.cn/simple |
|
|
|
``` |
|
|
|
|
|
|
|
> - When the network is connected, dependency items are automatically downloaded during .whl package installation. (For details about other dependency items, see [setup.py](https://gitee.com/mindspore/mindquantum/blob/master/setup.py)). In other cases, you need to manually install dependency items. |
|
|
|
> |
|
|
|
> - `{version}`indicates the MindQuantum version. For example,if you download MindQuantum 0.1.0, set `{version}` to 0.1.0。 |
|
|
|
> - When the network is connected, dependency items are automatically downloaded during .whl package installation. (For details about other dependency items, see [setup.py](https://gitee.com/mindspore/mindquantum/blob/master/setup.py)). In other cases, you need to manually install dependency items. |
|
|
|
|
|
|
|
## Verifying Successful Installation |
|
|
|
|
|
|
|
|