mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
11 lines
298 B
Plaintext
Executable File
11 lines
298 B
Plaintext
Executable File
cd "$(dirname "$0")/.."
|
|
|
|
echo "Update the submodule to latest version..."
|
|
git submodule update
|
|
|
|
echo "Installing dependencies..."
|
|
python3 -m pip install --upgrade -r requirements_all.txt
|
|
|
|
echo "Installing development dependencies.."
|
|
python3 -m pip install --upgrade flake8 pylint coveralls pytest
|