There are 3 ways to run mackup
- Install it with Homebrew and run it (OSX only)
- Download it, install it with python setuptools and run it (OSX and GNU/Linux)
- Download it, and run it without installing it (OSX and GNU/Linux)
# Easy
brew install mackup
# Now just run it
mackup -h
# Download Mackup
curl -o mackup.zip https://codeload.github.com/lra/mackup/zip/master
# Uncompress the archive
unzip mackup.zip
# Install Mackup on your system
cd mackup-master
sudo python setup.py install
# Now you can run it
mackup -h
# Download Mackup
curl -o mackup.zip https://codeload.github.com/lra/mackup/zip/master
# Uncompress the archive
unzip mackup.zip
# Run it without the need to install it
./mackup-master/bin/mackup -h
brew update
brew upgrade
mackup -h
# Download Mackup
curl -o mackup.zip https://codeload.github.com/lra/mackup/zip/master
# Uncompress the archive
unzip mackup.zip
# Install Mackup on your system
cd mackup-master
sudo python setup.py install
# Now you can run it
mackup -h
brew uninstall mackup
sudo rm -rf /usr/local/bin/mackup /usr/local/lib/python?.?/site-packages/Mackup-*.egg/