We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d0169 commit 074b95fCopy full SHA for 074b95f
1 file changed
README.md
@@ -63,7 +63,7 @@ Once this works the next step will be to test importing from `Vts.dll`
63
64
import clr
65
git_dir = "/path/to/git/repository/"
66
- dll_path = git_dir + "vts/src/Vts/bin/Release/net6.0/Vts.dll"
+ dll_path = git_dir + "vts/src/Vts/publish/local/Vts.dll"
67
clr.AddReference(dll_path)
68
from Vts import *
69
@@ -72,7 +72,7 @@ Once this works the next step will be to test importing from `Vts.dll`
72
To run `VTS` programs in `python` include the following the header (where, of course, "/path/to" has been updated for your system
73
74
75
- clr.AddReference("/path/to/vts/src/Vts/bin/Release/net6.0/Vts.dll")
+ clr.AddReference("/path/to/vts/src/Vts/publish/local/Vts.dll")
76
77
78
from Vts.Common import *
0 commit comments