Skip to content

Commit 1d7838d

Browse files
committed
[09/27/2022] 增加遗漏部分:python2.7 -> python3.7
增加遗漏部分:python2.7 -> python3.7
1 parent 5653b53 commit 1d7838d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ int main()
219219
plt::show();
220220
}
221221
```
222-
g++ quiver.cpp -std=c++11 -I/usr/include/python2.7 -lpython2.7
222+
g++ quiver.cpp -std=c++11 -I/usr/include/python3.7 -lpython3.7
223223
224224
**Result:**
225225

0 commit comments

Comments
 (0)