-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- Python 3.10+
- Windows or Linux Computer
ProTip: If your using windows I highly recommend the compiled .exe version of upm
- Click here and select the latest version of upm.
- You can choose between two versions: universal or windows they both have
upm.pyfiles and compiled files. - If you want speed and don't plan to update upm use the
.exeversion if compatible or the interpreted.pyfile - Once you've chosen your version, drag it into your projects directory or a place for safe keeping.
- If you are using upm in your current project pass the
initcommand once its in your project's directory. - To start tracking a file pass the
trackcommand followed by a file's path. - Once this file changes you can update your tracked version with the
updatecommand followed by the file's name. - After a version of your project is done and ready to be stored pass the
commitcommand followed by a folder and name. - If you are writing a program that is compiled use the
buildcommand followed by a folder, name and version. - This has been a short introduction to upm if you wish to learn more check out the commands wiki page.