Skip to content

Commit 2561dd1

Browse files
authored
Readme - GetLib info
1 parent 5e2bfaf commit 2561dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Python adapter via callout for InterSystems Data Platforms.
33

44
# Installation
55

6-
1. Load ObjectScript code.
7-
2. Place callout DLL/SO in `bin` folder.
6+
1. Load ObjectScript code (i.e. `do $system.OBJ.LoadDir("C:\InterSystems\Repos\Python\isc\py\","*.cls",,1)`).
7+
2. Place [callout DLL/SO](https://github.com/intersystems-ru/PythonAdapter/releases) in the `bin` folder of your InterSystems IRIS installation. Library file should be placed into a path returned by `write ##class(isc.py.Callout).GetLib()`.
88

99
## Windows
1010

0 commit comments

Comments
 (0)