User Tools

Site Tools


upgrading_from_git

This is an old revision of the document!


To upgrade pypilot from github on openplotter (and all other systems) from a terminal:

cd
mkdir delete
cd delete
git clone https://github.com/pypilot/pypilot
git clone https://github.com/pypilot/pypilot_data
cp -rv pypilot_data/* pypilot
cd pypilot
python setup.py build
sudo python setup.py install
cd
sudo rm -rf delete

If upgrading pypilot over ssh, then change the git clone lines to:

git clone git://github.com/pypilot/pypilot
git clone git://github.com/pypilot/pypilot_data
use python setup.py build
sudo python setup.py install

Use:. pypilot.build for tinypilot instead of 
python setup.py build
sudo python setup.py install
upgrading_from_git.1588795916.txt.gz · Last modified: 2020/05/06 20:11 by 31.151.215.221