Skip to content

Commit 4091862

Browse files
authored
Readme: renamed PythonAdapter to PythonGateway
1 parent cff82cc commit 4091862

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
@@ -1,12 +1,12 @@
1-
# PythonAdapter
1+
# PythonGateway
22
Python adapter via callout for InterSystems Data Platforms.
33

44
# Installation
55

66
1. [Install Python 3.6.7 64 bit](https://www.python.org/downloads/release/python-367/).
77
2. Install `dill` module: `pip install dill` (required for context harvesting)
88
3. Load ObjectScript code (i.e. `do $system.OBJ.LoadDir("C:\InterSystems\Repos\Python\isc\py\","*.cls",,1)`).
9-
4. Place [callout DLL/SO/DYLIB](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()`.
9+
4. Place [callout DLL/SO/DYLIB](https://github.com/intersystems-community/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()`.
1010

1111
## Windows
1212

0 commit comments

Comments
 (0)