Mercurial > libervia-backend
comparison INSTALL @ 1100:2be46f391cfa
setup: SAT_INSTALL environment variable handles "clean" and "purge" options
author | souliane <souliane@mailoo.org> |
---|---|
date | Tue, 15 Jul 2014 13:37:50 +0200 |
parents | c8a7019cd168 |
children | 4c6bc3454780 |
comparison
equal
deleted
inserted
replaced
1099:1baa116501fa | 1100:2be46f391cfa |
---|---|
16 # SAT_INSTALL=autodeb pip install . | 16 # SAT_INSTALL=autodeb pip install . |
17 | 17 |
18 On a *buntu, same commands with sudo: | 18 On a *buntu, same commands with sudo: |
19 | 19 |
20 $ sudo apt-get install python-pip python-dev libxml2-dev libxslt-dev | 20 $ sudo apt-get install python-pip python-dev libxml2-dev libxslt-dev |
21 $ SAT_INSTALL=autodeb sudo pip install . | 21 $ sudo SAT_INSTALL=autodeb pip install . |
22 | 22 |
23 | 23 |
24 After installing SàT, you need to install the media: | 24 After installing SàT, you need to install the media: |
25 | 25 |
26 $ mkdir -p ~/sat/media/destination/path | 26 $ mkdir -p ~/sat/media/destination/path |