Skip to content

Commit

Permalink
fixing AutoPEP8 installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jan 10, 2018
1 parent 08bb175 commit a79cc6d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -352,18 +352,14 @@ Detailed instructions to install the tutorials and all of the requirements

#. Open Sublime and edit the following settings

* Tools >> Install Package Control
* Preferences >> Package control >> Install package >> AutoPEP8
* Preferences >> Key Bindings::

[
{ "keys": ["ctrl+shift+r"], "command": "unbound"}
{"keys": ["ctrl+shift+r"], "command": "auto_pep8", "args": {"preview": false}}
]

* Tools >> Install Package Control
* Preferences >> Package control >> Install package >> AutoPEP8
* Preferences >> Package settings >> AutoPep8 >> Settings-User::

[{"keys": ["ctrl+shift+r"], "command": "auto_pep8", "args": {"preview": false}}]

#. Open PyCharm and set the following settings to configure PyCharm

* File >> Settings >> Tools >> Python Integrated Tools >> Default test runner: set to py.test
Expand Down

0 comments on commit a79cc6d

Please sign in to comment.