dcramer / python-tools-tmbundle

Adds support for automated PyFlakes linting in TextMate
58 stars 7 forks source link

Python Tools TextMate Bundle

Installation

  1. Clone the repository from GitHub.

::

git clone https://github.com/dcramer/python-tools-tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/PythonTools.tmbundle
cd ~/Library/Application\ Support/TextMate/Bundles/PythonTools.tmbundle
git submodule update --init
git submodule foreach git pull origin master
  1. Reload TextMate or Navigate to Bundles -> Bundle Editor -> Reload Bundles.

PyFlakes

Credits

Based on the JavaScript Tools Bundle <https://github.com/johnmuhl/javascript-tools-tmbundle>_.