@ -27,21 +27,26 @@ export class SlitherClient extends PluginClient {
install():void{
try{
console.log('\x1b[32m%s\x1b[0m',`[Slither Installation]: slither requires Python3.6+ (pip3) and solc, the Solidity compiler. They should be installed on your system`)
console.log('\x1b[32m%s\x1b[0m',`[Slither Installation]: solc-select will be installed along with Slither to manage setting different solc compiler versions.`)
constsolcVersion='0.8.15'
console.log('\x1b[32m%s\x1b[0m',`[Slither Installation]: requires Python3.6+ (pip3) to be installed on your system`)
console.log('\x1b[32m%s\x1b[0m',`[Slither Installation]: solc-select will be installed along with Slither to set different solc compiler versions.`)