Salome HOME
pip download dans sat compile, property single_install_dir, postfix nom produit pour...
[tools/sat.git] / src / internal_config / salomeTools.pyconf
1 #!/usr/bin/env python
2 #-*- coding:utf-8 -*-
3
4 INTERNAL :
5 {   
6     sat_version : "5.3.0"
7     config :
8     {    
9         copy_prefix : "LOCAL_"
10         install_dir : "INSTALL"
11         single_install_dir : "PRODUCTS"
12     }
13     log :
14     {
15         not_shown_commands : ["log"]
16     }
17     command :
18     {
19         pip_download : "pip3 download --disable-pip-version-check"
20         pip_install : "pip3 install --disable-pip-version-check --no-index"
21     }
22 }
23 PRODUCTS :
24 {
25 }