Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
1a7fccbc
Commit
1a7fccbc
authored
Nov 14, 2025
by
Jiacheng Huang
Browse files
将 `README.md` 中的 `pip install . -e` 改为 `pip install -e .`
parent
1a618ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
1a7fccbc
...
...
@@ -171,7 +171,7 @@ pip install .
或
```
shell
pip
install
.
-e
pip
install
-e
.
```
注:开发时建议加入
`-e`
选项(即
`pip install -e .`
),这样对
`python/infinicore`
做的更改将会实时得到反映,同时对 C++ 层所做的修改也只需要运行
`xmake build _infinicore && xmake install _infinicore`
便可以生效。
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment