Skip to content

Commit 23ec959

Browse files
authored
Change Python REPL prompt from "$" to ">>>" (#1647)
1 parent 3cd327a commit 23ec959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ If all has gone well, you can open a command line/prompt, and type:
274274
.. code-block::
275275
276276
$ python
277-
$ import cadquery
278-
$ cadquery.Workplane('XY').box(1,2,3).toSvg()
277+
>>> import cadquery
278+
>>> cadquery.Workplane('XY').box(1,2,3).toSvg()
279279
280280
You should see raw SVG output displayed on the command line if the CadQuery installation was successful.
281281

0 commit comments

Comments
 (0)