Unverified Commit 3aeee034 authored by PanZezhong1725's avatar PanZezhong1725 Committed by GitHub
Browse files

Merge pull request #600 from InfiniTensor/issue/599

将 `README.md` 中的 `pip install . -e` 改为 `pip install -e .`
parents 35bf00bb 1a7fccbc
...@@ -176,7 +176,7 @@ pip install . ...@@ -176,7 +176,7 @@ pip install .
```shell ```shell
pip install . -e pip install -e .
``` ```
注:开发时建议加入 `-e` 选项(即 `pip install -e .`),这样对 `python/infinicore` 做的更改将会实时得到反映,同时对 C++ 层所做的修改也只需要运行 `xmake build _infinicore && xmake install _infinicore` 便可以生效。 注:开发时建议加入 `-e` 选项(即 `pip install -e .`),这样对 `python/infinicore` 做的更改将会实时得到反映,同时对 C++ 层所做的修改也只需要运行 `xmake build _infinicore && xmake install _infinicore` 便可以生效。
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment