v/pol
1
0
mirror of https://github.com/taroved/pol synced 2025-05-18 23:30:14 -07:00
This commit is contained in:
Alexandr Nesterenko 2016-07-24 14:51:03 -07:00
parent 99f81e29a5
commit 1c254e4ca8

View File

@ -25,11 +25,11 @@ Install pip packages
sudo pip install -r pol/requirements.txt
```
Install less and
Install less and yuglify
```
sudo apt-get install nodejs npm
sudo npm install -g less@2.7.1
sudo npm install -g yuglify@0.1.4
sudo npm -g install yuglify@0.1.4
sudo ln -s /usr/bin/nodejs /usr/bin/node
```