Intelligent assistant for Pharo.
# OntoPharo Intelligent assistant for Pharo. ## Installation To install `OntoPharo`, go to the Playground (Ctrl+OW) in your Pharo image and execute the following Metacello script (select it and press Do-it button or Ctrl+D): ```smalltalk Metacello new baseline: 'OntoPharo'; repository: 'github://MoussaSak/OntoPharo'; load. ``` ## How To Use