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
OpenDAS
lietorch
Commits
2cb7bb78
Commit
2cb7bb78
authored
Jun 03, 2025
by
zhanggezhong
Browse files
Update README.md
parent
266d4fd9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
README.md
README.md
+2
-0
No files found.
README.md
View file @
2cb7bb78
...
@@ -47,10 +47,12 @@ git clone http://developer.sourcefind.cn/codes/OpenDAS/lietorch.git # 根据编
...
@@ -47,10 +47,12 @@ git clone http://developer.sourcefind.cn/codes/OpenDAS/lietorch.git # 根据编
source /usr/local/bin/fastpt -C
source /usr/local/bin/fastpt -C
2. 编译whl包并安装
2. 编译whl包并安装
cp -r eigen-master/* eigen/
python3 setup.py -v bdist_wheel
python3 setup.py -v bdist_wheel
pip install dist/lietorch* --no-deps
pip install dist/lietorch* --no-deps
3. 源码编译安装
3. 源码编译安装
cp -r eigen-master/* eigen/
python3 setup.py install --no-deps
python3 setup.py install --no-deps
```
```
#### 注意事项
#### 注意事项
...
...
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