Skip to content

Commit 92e72d5

Browse files
Add new parcels.
1 parent 2f381d8 commit 92e72d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/vw-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Currently PythonBridge version for VisualWorks is on closed beta. Therefore, we
6060
dir := Dialog requestDirectoryName: 'Choose the PythonBridge parcels directory'.
6161
dir isEmpty ifTrue: [^ self].
6262
dir:= dir, (String with: Filename separator).
63-
#('JSONReader' 'Sport' 'Swazoo' 'VwPharoPlatform' 'P3Generator' 'PythonBridgeBundle') do: [:fn | | file |
63+
#('HTTP' 'JSONReader' 'Sport' 'Swazoo' 'MessagePack-All' 'VwPharoPlatform' 'P3Generator' 'PythonBridge-VwExtensions' 'PythonBridge' 'PythonBridge-VwPlatform' 'PythonBridge-VwMsgPack') do: [:fn | | file |
6464
file := dir, fn, '.pcl'.
6565
file asFilename exists ifFalse: [self error: 'Missing parcel!', file asString].
6666
Parcel loadParcelFrom: file asFilename
@@ -120,4 +120,4 @@ In case you wish to remove the pipenv environment run:
120120
```
121121
cd c:\PATH\TO\PYTHON\BRIDGE\REPOSITORY
122122
pipenv --rm
123-
```
123+
```

0 commit comments

Comments
 (0)