We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1476401 commit ad9549dCopy full SHA for ad9549d
2 files changed
.github/workflows/pip.yml
@@ -32,11 +32,6 @@ jobs:
32
python-version: ${{ matrix.python-version }}
33
allow-prereleases: true
34
35
- - name: Upgrade pip, build tools
36
- run: |
37
- python -m pip install --upgrade pip
38
- pip install build scikit-build-core pybind11
39
-
40
- name: Build and install the package
41
run: |
42
pip install --verbose .
README.md
@@ -11,7 +11,7 @@
11
12
---
13
14
-## 🛠️ Build & Install (Python Package)
+## Build & Install (Python Package)
15
16
We use [`scikit-build-core`](https://scikit-build-core.readthedocs.io/en/latest/) to build the C++ extension via CMake.
17
@@ -31,8 +31,6 @@ cd libectool
31
```
### Install the package
```sh
-python -m pip install --upgrade pip
-pip install build scikit-build-core pybind11
pip install .
0 commit comments