You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to
python3.11 -m http.server 8080 --directory ../ui &
now run start.sh and you SHOULD open up to a new browser tab on the pineSAM page. Watch your terminal and you'll see it doing discovery and finding your pinecil. It may or may not ask for your keyring password (mine does at every start of chrome)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Open up a terminal window.
sudo apt update && sudo apt install python3.11 pipenv git -y
git clone https://github.com/builder555/pinecil-v2
cd pinecil-v2/backend/
pipenv --python /usr/bin/python3.11 install
chmod +x ./start.sh
edit the start.sh file from:
python -m http.server 8080 --directory ../ui &
to
python3.11 -m http.server 8080 --directory ../ui &
now run start.sh and you SHOULD open up to a new browser tab on the pineSAM page. Watch your terminal and you'll see it doing discovery and finding your pinecil. It may or may not ask for your keyring password (mine does at every start of chrome)
Beta Was this translation helpful? Give feedback.
All reactions