User Tools

Site Tools


upgrading_from_git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
upgrading_from_git [2018/09/27 17:49]
73.128.99.196 created
upgrading_from_git [2020/11/03 18:26]
174.106.182.185
Line 3: Line 3:
 <​code>​ <​code>​
 cd cd
-mkdir delete 
-cd delete 
 git clone https://​github.com/​pypilot/​pypilot git clone https://​github.com/​pypilot/​pypilot
 git clone https://​github.com/​pypilot/​pypilot_data git clone https://​github.com/​pypilot/​pypilot_data
Line 11: Line 9:
 python setup.py build python setup.py build
 sudo python setup.py install sudo python setup.py install
-cd +</​code>​ 
-sudo rm -rf delete+ 
 +If upgrading pypilot over ssh, then change the git clone lines to: 
 +<​code>​ 
 +git clone git://​github.com/​pypilot/​pypilot 
 +git clone git://​github.com/​pypilot/​pypilot_data 
 + 
 + 
 </​code>​ </​code>​
upgrading_from_git.txt · Last modified: 2020/11/03 18:26 by 174.106.182.185