Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.17 KB

INSTALL.rst

File metadata and controls

40 lines (25 loc) · 1.17 KB
  1. Any one of the following command will install Flacsync.

    1. Use pip from the pip package:

      pip install flacsync --upgrade --use
      
    2. Download the source distribution file and install from the command line:

      tar xzf flacsync-*.tar.gz
      cd flacsync-*
      python setup.py install --user
      
  2. Install necessary dependencies:

    1. Common Linux distribution packages:

      The following common distro packages are necessary:

      • Python Imaging Library
      • Flac tools
      • Ogg tools (optional)
      • Lame (optional)

      To install in Debian/Ubuntu:

      apt-get install python-imaging flac vorbis-tools lame
      
    2. ACC Utils

  3. Review the usage instruction by running:

    flacsysnc -h