Fix doc intro code blocks
Some checks failed
Some checks failed
This commit is contained in:
parent
a939ab016e
commit
02a5f92af1
1 changed files with 2 additions and 2 deletions
|
|
@ -59,13 +59,13 @@ Quick Start
|
|||
|
||||
First, install gerbonara from PyPI using pip:
|
||||
|
||||
.. highlight:: shell
|
||||
.. code-block:: shell
|
||||
|
||||
pip install --user gerbonara
|
||||
|
||||
Then, you are ready to read and write gerber files:
|
||||
|
||||
.. highlight:: python
|
||||
.. code-block:: python
|
||||
|
||||
from gerbonara import LayerStack
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue