-
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.py
files and compiled files. - If you want speed and don't plan to update upm use the
.exe
version if compatible or the interpreted.py
file - 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
init
command once its in your project's directory. - To start tracking a file pass the
track
command followed by a file's path. - Once this file changes you can update your tracked version with the
update
command followed by the file's name. - After a version of your project is done and ready to be stored pass the
commit
command followed by a folder and name. - If you are writing a program that is compiled use the
build
command 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.