3 lines
122 B
Bash
3 lines
122 B
Bash
export VIRTUAL_ENV=venv
|
|
layout python
|
|
python -c 'import pyparsing' 2>/dev/null || pip install -r scripts/requirements.txt
|