Skip to content

Commit

Permalink
Change Python REPL prompt from "$" to ">>>" (#1647)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjcole authored Aug 17, 2024
1 parent 3cd327a commit 23ec959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ If all has gone well, you can open a command line/prompt, and type:
.. code-block::
$ python
$ import cadquery
$ cadquery.Workplane('XY').box(1,2,3).toSvg()
>>> import cadquery
>>> cadquery.Workplane('XY').box(1,2,3).toSvg()
You should see raw SVG output displayed on the command line if the CadQuery installation was successful.

Expand Down

0 comments on commit 23ec959

Please sign in to comment.