LessDesign Initiative
lessdesign.net1 pointsby kalia350 comments
apt install python3 virtualenv
virtualenv env
. env/bin/activate
pip install -r requirements.txt
Done. And then with fabric you can automate deployments in a few lines of codes !