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
upgrading_from_git.1538070552.txt.gz · Last modified: 2018/09/27 17:49 by 73.128.99.196