Skip to content

Commit 31b9c4e

Browse files
authored
Add necessary Initialize() call to the README
1 parent c1dab27 commit 31b9c4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.rst

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Example
6969
7070
static void Main(string[] args)
7171
{
72+
PythonEngine.Initialize();
7273
using (Py.GIL())
7374
{
7475
dynamic np = Py.Import("numpy");

0 commit comments

Comments
 (0)