Skip to content

Commit 05b5da8

Browse files
author
Thomas Preston
committed
Changed Windows instructions to use IDLE
1 parent 67360d2 commit 05b5da8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/installation.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,7 @@ To install codebug_tether, open up a command prompt and type::
3232

3333
pip install codebug_tether
3434

35-
To test it has worked, plug in CodeBug and open a Python shell by typing::
36-
37-
python
38-
39-
Your command prompt should have changed to::
40-
41-
>>> _
42-
43-
Now type::
35+
Restart Windows then open IDLE. Plug in CodeBug and type::
4436

4537
>>> import codebug_tether
4638
>>> codebug = codebug_tether.CodeBug()

0 commit comments

Comments
 (0)