1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-02 02:51:53 +00:00

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

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"