Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 535df3c

Browse files
author
denfromufa
authored
Update readme.html
1 parent f08ecaf commit 535df3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@ <h2>Getting Started</h2>
183183
you probably just need to pick up one of the many good Python
184184
books or read the Python tutorial online to get started.
185185
</p>
186-
<p> A good way to start is to run <strong>python.exe</strong> and
186+
<p> A good way to start is to run <strong>npython.exe</strong> and
187187
follow along with the examples in this document. If you get stuck,
188188
there are also a number of demos and unit tests located in the
189189
source directory of the distribution that can be helpful as
190190
examples.
191191
</p>
192192
<p> Note that if you have installed CLR support into your existing
193-
Python installation (rather than using the included python.exe),
193+
Python installation (rather than using the included npython.exe),
194194
you will need to use the line: "'import clr" (lower-case!) to
195195
initially load the clr extension module before trying the
196196
following examples.

0 commit comments

Comments
 (0)