Update pyenv2.sh

This commit is contained in:
tteckster
2022-12-07 19:41:47 -05:00
committed by GitHub
parent ee1c480ebf
commit cd2acd8b97

View File

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