-
Notifications
You must be signed in to change notification settings - Fork 6
Updating SCC
Chris Reeves edited this page Nov 8, 2022
·
1 revision
Page Contents
SCC is under active development. Bug fixes and new features are frequently added to this repository. As such, periodically updating the program is recommended to ensure users have the most functional product available.
Much like the initial installation process, updating SCC involves both installing necessary code packages and downloading SCC.
- Visit Version History and find your current version of SCC on the page.
- You can determine your current version of SCC by looking at the output of the prompt used to run your program.
- Look through all following versions for package changes as well as at the most recent version which will have a complete list of required packages.
- If there are any additional required packages in the newest version compared to your previous version, for each missing package, run
pip install <package name>
in a prompt with your environment activated.- If you are unsure of what packages you have installed, you can run
pip list
in a prompt with your environment activated.
- If you are unsure of what packages you have installed, you can run
To redownload SCC, you may follow the same instructions as the Installation guide.