Commit 1a7fccbc authored by Jiacheng Huang's avatar Jiacheng Huang
Browse files

将 `README.md` 中的 `pip install . -e` 改为 `pip install -e .`

parent 1a618ff0
...@@ -171,7 +171,7 @@ pip install . ...@@ -171,7 +171,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