Skip to content

User Manual

Cooper edited this page Apr 26, 2023 · 6 revisions

Welcome to the SafeGuard! below is a step by step walkthrough for installing and using SafeGuard on a Windows PC.

Requirements

Installation Guide

ProTip: If your using windows I highly recommend the compiled .exe version of upm

  1. Click here and select the latest version of upm.
  2. You can choose between two versions: universal or windows they both have upm.py files and compiled files.
  3. If you want speed and don't plan to update upm use the .exe version if compatible or the interpreted .py file
  4. Once you've chosen your version, drag it into your projects directory or a place for safe keeping.
  5. If you are using upm in your current project pass the init command once its in your project's directory.
  6. To start tracking a file pass the track command followed by a file's path.
  7. Once this file changes you can update your tracked version with the update command followed by the file's name.
  8. After a version of your project is done and ready to be stored pass the commit command followed by a folder and name.
  9. If you are writing a program that is compiled use the build command followed by a folder, name and version.
  10. This has been a short introduction to upm if you wish to learn more check out the commands wiki page.
Clone this wiki locally