Skip to content

Commit 5b74822

Browse files
author
jingxiaoping
committed
update readme, change whl to dist directory
Change-Id: Ib62af12c9f80e55673307c1b246da1ecca30102a
1 parent 72d44af commit 5b74822

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ __pycache__/
1717
.Python
1818
build/
1919
out/
20+
dist/
2021
wheels/
2122
share/python-wheels/
2223
eggs/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Overview
88

9-
**pyAXCL**基于[AXCL](https://axcl-docs.readthedocs.io/zh-cn/latest/) 驱动上实现的python API,支持开发板和M.2算力卡形态。
9+
**pyAXCL**基于[AXCL](https://axcl-docs.readthedocs.io/zh-cn/latest/) 驱动上实现的python API,支持M.2算力卡形态。
1010

1111
<img src="https://axcl-docs.readthedocs.io/zh-cn/latest/_images/axcl_architecture.svg" style="zoom:80%;" />
1212

@@ -170,5 +170,5 @@ device 05: /tmp/axcl/dump_encoded.h265 is saved
170170

171171
## 技术讨论
172172

173-
- [github issue](https://github.com/AXERA-TECH/pyaxcl/issues)
173+
- [issue](https://github.com/AXERA-TECH/pyaxcl/issues)
174174
- QQ 群: 139953715

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rm -rf "pyAXCL.egg-info"
1616
fi
1717

1818

19-
python3 setup.py bdist_wheel --dist-dir ./out
19+
python3 setup.py bdist_wheel --dist-dir ./dist
2020

2121

2222
if [ -d "build" ]; then

0 commit comments

Comments
 (0)