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
upgrading_from_git.1568752893.txt.gz · Last modified: 2019/09/17 20:41 by 82.73.53.205