Update README.md
This commit is contained in:
parent
5402154cb4
commit
41b17e44f4
16
README.md
16
README.md
@ -96,14 +96,14 @@ pip3 install .
|
|||||||
|
|
||||||
Use ruapu in python
|
Use ruapu in python
|
||||||
|
|
||||||
```shell
|
```python
|
||||||
$ python3
|
import ruapu
|
||||||
>>> import ruapu
|
|
||||||
>>> ruapu.supports("avx2")
|
ruapu.supports("avx2")
|
||||||
True
|
# True
|
||||||
>>> ruapu.supports(isa="avx2")
|
|
||||||
True
|
ruapu.supports(isa="avx2")
|
||||||
...
|
# True
|
||||||
```
|
```
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user