Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add to readme information about mathplotlib
  • Loading branch information
mofosyne authored Aug 2, 2023
1 parent 45b6b26 commit 7c5be8b
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,18 @@ This extension should work with the following devices:

WARNING: SNAP packages may cause issues.

Install Inkscape
* `sudo apt install inkscape`
```bash
# Install Inkscape
sudo apt install inkscape

Install requirements
* `sudo apt install python3-usb`
# Install requirements for usb support
sudo apt-get install python3-usb

# Install requirements for displaying cut preview
sudo apt-get install python3-pip
python3 -m pip install -U pip
python3 -m pip install -U matplotlib
```

Install inkscape-silhouette
* https://github.com/fablabnbg/inkscape-silhouette/releases
Expand All @@ -46,15 +53,22 @@ Install inkscape-silhouette

WARNING: SNAP packages may cause issues.

Add Inkscape 1.0+ repo
* `sudo add-apt-repository ppa:inkscape.dev/stable`
* `sudo apt-get update`
```bash
# Add Inkscape 1.0+ repo
sudo add-apt-repository ppa:inkscape.dev/stable
sudo apt-get update

Install Inkscape
* `sudo apt install inkscape`
# Install Inkscape
sudo apt install inkscape

Install requirements
* `sudo apt install python3-usb`
# Install requirements for usb support
sudo apt install python3-usb

# Install requirements for displaying cut preview
sudo apt-get install python3-pip
python3 -m pip install -U pip
python3 -m pip install -U matplotlib
```

Install inkscape-silhouette
* https://github.com/fablabnbg/inkscape-silhouette/releases
Expand Down

0 comments on commit 7c5be8b

Please sign in to comment.