-
Notifications
You must be signed in to change notification settings - Fork 9
Updating
Updating pathfinder depends on the installation method you used.
PyPi: Updating with PyPi is easy. Simply open a CMD window and type the following:
pip install jsl-pathfinder --upgrade
This command visit the Python package index and checks for updates. If found, files that need updating the the Pathfinder directory will be upgraded.
GitHub: Open a CMD window, navigate to you Pathfinder installation folder, and type the following in terminal:
git pull origin master
Git is a version control program. It will navigate to our GitHub repository (page) and get the latest updates that we have published.
or
git pull origin develop
Git is a version control program. It will navigate to our GitHub repository (page) and get the latest updates that we have published. Note that the
develop
branch is not always bug-free, and is a work-in-progress version of Pathfinder
if you wish to install the beta version of the Software
PyPi: Updating with PyPi is easy. Simply open a terminal window and type the following:
pip install jsl-pathfinder --upgrade
This command visit the Python package index and checks for updates. If found, files that need updating the the Pathfinder directory will be upgraded.
GitHub: Open a terminal window, navigate to you Pathfinder installation folder, and type the following in terminal:
git pull origin master
Git is a version control program. It will navigate to our GitHub repository (page) and get the latest updates that we have published.
or
git pull origin develop
Git is a version control program. It will navigate to our GitHub repository (page) and get the latest updates that we have published. Note that the
develop
branch is not always bug-free, and is a work-in-progress version of Pathfinder
if you wish to install the beta version of the Software
PATHFINDER | Jason Snyder Lab | University of British Columbia