===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pytrainer-2.0.2/README.md-18------------------
pytrainer-2.0.2/README.md:19:Copy tarball file to a location where you have write and execution rights (e.g. `/tmp` or your `$HOME` directory). Make sure executables are under your `$PATH`.
pytrainer-2.0.2/README.md-20-
pytrainer-2.0.2/README.md:21:`$ tar -xzf pytrainer-X.Y.Z.tar.gz`
pytrainer-2.0.2/README.md-22-
pytrainer-2.0.2/README.md:23:`$ cd pytrainer-X.Y.Z`
pytrainer-2.0.2/README.md-24-
pytrainer-2.0.2/README.md:25:`$ sudo python setup.py install`
pytrainer-2.0.2/README.md-26-
pytrainer-2.0.2/README.md:27:`$ pytrainer -i`
pytrainer-2.0.2/README.md-28-
##############################################
pytrainer-2.0.2/utils/update_localizations.sh-8-
pytrainer-2.0.2/utils/update_localizations.sh:9:for LANGUAGE in `ls -l $LOCALE_BASE_PATH | awk {'print $9'}`; do
pytrainer-2.0.2/utils/update_localizations.sh-10-    echo -n "Creating new $LANGUAGE po file... "