small change in readme installs

This commit is contained in:
Brando Miranda 2024-06-03 11:01:27 -07:00
parent c56cfb6e53
commit f274e85eb9
1 changed files with 2 additions and 2 deletions

View File

@ -3,14 +3,14 @@
Python interface to the Pantograph library Python interface to the Pantograph library
## Getting started ## Getting started
Update submodule <!-- Update submodule
``` bash ``` bash
git submodule update --init git submodule update --init
``` ```
Install dependencies Install dependencies
```bash ```bash
poetry install poetry install
``` ``` -->
<!-- First initialize the git submodules so that git can keep track of the submodules being used do: <!-- First initialize the git submodules so that git can keep track of the submodules being used do:
```bash ```bash