We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1ebf6 commit 526fd42Copy full SHA for 526fd42
README.md
@@ -11,9 +11,10 @@ pip install pyanime4k
11
You can also build the wheel by yourself.
12
```shell
13
# sudo apt install ocl-icd-opencl-dev cmake build-essential
14
-get clone https://github.com/TianZerL/pyanime4k.git
+get clone --recurse-submodules https://github.com/TianZerL/pyanime4k.git
15
cd pyanime4k
16
-python setup.py bdist_wheel
+pip install scikit-build
17
+python setup.py bdist_wheel
18
```
19
20
# Usages
0 commit comments