Install node from this link:
https://nodejs.org/en/
Then install sass
$ sudo npm install -g sass
It ask you for a password, write de password of the user of the computer.
To change the styles of the web page you need to do edit the Sass's files and then run this command on the root folder of the project to compile it to CSS:
$ sass --watch sass/style.sass css/style.css