Fix README rst
This commit is contained in:
parent
ee580d1642
commit
89da2b3664
1 changed files with 13 additions and 12 deletions
25
README.rst
25
README.rst
|
|
@ -128,19 +128,20 @@ macOS (via Homebrew)
|
|||
~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. code-block:: shell
|
||||
# Tested on a fresh Mac OS 10.15.7 Catalina installation
|
||||
|
||||
# Requires homebrew. To install, run:
|
||||
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"\n
|
||||
# --> Now, restart the terminal app to load new $PATH from /etc/paths <--
|
||||
|
||||
brew install python3 rustup pugixml cairo pango opencv pkg-config
|
||||
|
||||
rustup-init
|
||||
cargo install usvg
|
||||
|
||||
pip3 install git+https://git.jaseg.de/pcb-tools-extension.git
|
||||
pip3 install gerbolyze --no-binary gerbolyze
|
||||
# Tested on a fresh Mac OS 10.15.7 Catalina installation
|
||||
|
||||
# Requires homebrew. To install, run:
|
||||
# /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"\n
|
||||
# --> Now, restart the terminal app to load new $PATH from /etc/paths <--
|
||||
|
||||
brew install python3 rustup pugixml cairo pango opencv pkg-config
|
||||
|
||||
rustup-init
|
||||
cargo install usvg
|
||||
|
||||
pip3 install git+https://git.jaseg.de/pcb-tools-extension.git
|
||||
pip3 install gerbolyze --no-binary gerbolyze
|
||||
|
||||
Build from source (any distro)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue