Skip to content

Commit 2ab52fa

Browse files
committed
Update install instructions
1 parent 8f87e6c commit 2ab52fa

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
Python Tools TextMate Bundle
22
============================
33

4+
Installation
5+
------------
6+
7+
1. Clone the repo::
8+
git clone https://dcramer@github.com/dcramer/python-tools-tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/PythonTools.tmbundle
9+
2. Reload TextMate or Navigate to Bundles -> Bundle Editor -> Reload Bundles.
10+
11+
Click the "Download Source" button.
12+
Unzip the download
13+
Rename the folder to JavaScript-tools.tmbundle
14+
Double-click
15+
TextMate handles the rest!
16+
417
PyFlakes
5-
========
18+
--------
619

720
* *Validate Syntax* (⌃⇧V) validates the syntax of the file using PyFlakes and shows the results in a new window.
821
* *Validate Syntax Quick* (⌘S) same as above except that instead of a dedicated window you simply get a tooltip showing the the errors and warnings.
922

1023
Credits
11-
=======
24+
-------
1225

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

0 commit comments

Comments
 (0)