To install FootSmart on a non-Mac platform, or to install on a Mac platform when you are familiar with Python
- You must have python3 installed
- You must have the Python
PyYAML
and semver
packages installed
- Create the FootSmart directory, which will hold the app and your configs.
- Open Finder
- Go to your home
- On the file menu, choose New Folder
- Enter the name FootSmart
- Download the FootSmart application
- Using spotlight search, start
terminal
cd ~
ls
- Verify that FootSmart, the directory you created above, is in the
ls
output
git clone https://github.com/jgateley/FootSmart/tree/main
- Test it
cd FootSmart
python3 footsmart.py -h
- You should see a help message