Skip to content

Commit 19132db

Browse files
committed
Update installation instructions for ZPM/IPM: correct package name and add installation steps
1 parent 851d72c commit 19132db

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ Check the documentation about the command line interface [here](/interoperabilit
3131
To install the application using ZPM or IPM, run the following command:
3232

3333
```objectscript
34-
zpm "install iris-pex-embedded-python"
34+
zpm "install pex-embbeded-python"
3535
```
3636

docs/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,21 @@ To start using this proof of concept, install it using pip:
2828
pip install iris-pex-embedded-python
2929
```
3030

31+
with zpm/ipm:
32+
33+
install zpm :
34+
35+
```objectscript
36+
set r = ##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/0.9.0/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")
37+
````
38+
39+
Then install the package:
40+
41+
```objectscript
42+
zpm "install pex-embbeded-python"
43+
```
44+
45+
3146
## Getting Started
3247

3348
If you're new to this proof of concept, begin by reading the [installation guide](getting-started/installation). Then, follow the [first steps](getting-started/first-steps) to create your first Business Operation.

0 commit comments

Comments
 (0)