You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/scbuild.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,4 +50,4 @@ Once these three things are prepared correctly. In root directory of the project
50
50
python3 setup.py build
51
51
python3 setup.py install
52
52
```
53
-
The command `build` will build and package the project into a directory named `_skbuild`, and `install` command will copy the packaged project to site-packages director of Python.
53
+
The command `build` will build and package the project into a directory named `_skbuild`, and `install` command will copy the packaged project to site-packages directory of Python.
0 commit comments