Blast Query Builder, part of the PhyloclassTalk software for Pharo Smalltalk
# Introduction Blast Query Builder, part of the PhyloclassTalk software for Pharo Smalltalk # Installation ## Stable version (All group) from CLI Install **BlastQB** from Command-Line Interface using [Pharo Instal](https://github.com/hernanmd/pi)l: ```bash pi install BlastQB ``` ## Stable version (Basic group) from Pharo [//]: # (pi) ```smalltalk Metacello new baseline: 'BlastQB'; repository: 'github://hernanmd/BlastQB/repository'; load. ```