Skip to content

Commit 3dcd2fa

Browse files
committed
Improve building section in README.md
1 parent 98bb72e commit 3dcd2fa

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,17 @@ set PATH=C:\msys64\mingw64\bin;%PATH%
107107
python waf all --gcc
108108
cd ..
109109
pip install .
110-
cd ..\..\..
110+
cd ..\..
111111
```
112112

113-
Now, build it as usual.
113+
Reload the environment to avoid the `ModuleNotFoundError` error.
114+
115+
```cmd
116+
deactivate
117+
env_build\Scripts\activate
118+
```
119+
120+
Now, build it with `build.py` as usual.
114121

115122
### Linux (Ubuntu-based)
116123

0 commit comments

Comments
 (0)