Skip to content

Commit

Permalink
Add missing install command
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelcherney committed Mar 7, 2023
1 parent 0dc30d9 commit 75b4009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ Install required dependencies:
```bash
pip3 install mkdocs
pip3 install mkdocs-material
pip3 -r requirements.txt
pip3 install -r requirements.txt
```

Optionally, if you desire to generate images of STL models dynamically install:

```bash
pip3 -r model_image_generation.txt
pip3 install -r model_image_generation.txt
```


Expand Down

0 comments on commit 75b4009

Please sign in to comment.