Home‎ > ‎

00 README

the following file types are used:
  • .py
    • python script
    • stand-alone application not ankiqt plugin
    • for linux the required software will be automatically installed when installing the anki package
      • if libanki is not installed below /usr/share/anki (the debian package location) you will need to edit the path in the script or set PYTHONPATH appropriately
    • for osx the required software is contained in the anki package and can be used as follows:
      • $ PYTHONHOME=/Applications/Anki.app/Contents/Resources/ /Applications/Anki.app/Contents/MacOS/python franki.py -h
    •  for windows most of the required software is available in the anki package, however python will need to be installed separately:
      •  if you installed anki to somewhere other than the default location, edit the path in the script or set PYTHONPATH:
        • C:\>set PYTHONPATH=c:\somewhere\Anki\lib;c:\somewhere\Anki\lib\shared.zip
      • install the same version of python used by anki, python 2.5
      • run the script with python:
        • C:\>c:\Python25\python franki.py -h
  •  .sh
  • .pl
    • perl script
    • you will need to find out how to install perl and run a perl script on your system
  • .txt
    • text file
    • tab-separated
    • utf-8
  • all files
    • unix newlines
      • windows users won't be able to use notepad but can use wordpad or other suitable editors


Comments