Update pyenv2.sh

This commit is contained in:
tteckster 2022-12-07 19:41:47 -05:00 committed by GitHub
parent ee1c480ebf
commit cd2acd8b97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -97,5 +97,6 @@ python3 -m pip install wheel
pip3 install --upgrade pip
pip install python-matter-server[server]
echo "Installed Matter Server"
echo -e "Start server > python -m matter_server.server"
fi
echo -e "\nFinished\n"