install.json
706 Bytes
{
"Configuration": {
"env": "venv_py3_pyros",
"name": "pyros",
"path": "../private",
"requirements": "REQUIREMENTS.txt"
},
"install": {
"env_bin": [],
"env_pip": [],
"link": [
"update"
],
"normal": [
"pip install --upgrade pip",
"pip install virtualenv --upgrade"
],
"private": [
"create", "pyros"
]
},
"update": {
"env_bin": [],
"env_pip": [
"install --upgrade pip",
"install --upgrade wheel"
],
"normal": [],
"private": [
"requirements", "pyros"
]
}
}