Any one of the following command will install Flacsync.
Use pip from the pip package:
pip install flacsync --upgrade --use
Download the source distribution file and install from the command line:
tar xzf flacsync-*.tar.gz
cd flacsync-*
python setup.py install --user
Install necessary dependencies:
Common Linux distribution packages:
The following common distro packages are necessary:
To install in Debian/Ubuntu:
apt-get install python-imaging flac vorbis-tools lame
ACC Utils
Review the usage instruction by running:
flacsysnc -h