Access to Powershell from Pharo
# Pharo-Powershell
Access to Powershell from Pharo
## Quick Start
### Installation
```Smalltalk
Metacello new
baseline:'PowerShell';
repository: 'github://astares/Pharo-Powershell:main/src';
load
```