mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
had to change to let this work on windows.
This commit is contained in:
parent
7ba4263284
commit
6c106a87f1
@ -4,7 +4,7 @@ echo "Update the submodule to latest version..."
|
||||
git submodule update
|
||||
|
||||
echo "Installing dependencies..."
|
||||
python3 -m pip install --upgrade -r requirements_all.txt
|
||||
python -m pip install --upgrade -r requirements_all.txt
|
||||
|
||||
echo "Installing development dependencies.."
|
||||
python3 -m pip install --upgrade flake8 pylint coveralls pytest pytest-cov
|
||||
python -m pip install --upgrade flake8 pylint coveralls pytest pytest-cov
|
||||
|
@ -18,4 +18,4 @@ then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
python3 setup.py sdist bdist_wheel upload
|
||||
python setup.py sdist bdist_wheel upload
|
||||
|
@ -5,4 +5,4 @@
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
python3 -m homeassistant -c config
|
||||
python -m homeassistant -c config
|
||||
|
@ -2,4 +2,4 @@ cd "$(dirname "$0")/.."
|
||||
|
||||
git submodule init
|
||||
script/bootstrap
|
||||
python3 setup.py develop
|
||||
python setup.py develop
|
||||
|
Loading…
x
Reference in New Issue
Block a user