ExtEnvi/README.md

8 lines
302 B
Markdown

# ExtEnvi
Wrapper to help create and manage external environments.
ExtEnvi use https://github.com/feenkcom/gtoolkit-utility .
The first target of this project is to create and manage python virtual environments.
## Installation
```st
Metacello new
repository: '';
baseline: 'ExtEnvi';
load
```