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
3aeee034
Unverified
Commit
3aeee034
authored
Nov 22, 2025
by
PanZezhong1725
Committed by
GitHub
Nov 22, 2025
Browse files
Merge pull request #600 from InfiniTensor/issue/599
将 `README.md` 中的 `pip install . -e` 改为 `pip install -e .`
parents
35bf00bb
1a7fccbc
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 @
3aeee034
...
...
@@ -176,7 +176,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