Skip to content

Updating

Matthew Cooke edited this page Jul 23, 2019 · 4 revisions

Updating Pathfinder

Updating pathfinder depends on the installation method you used.


Windows:

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


Mac:

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