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
## Getting started
Update submodule
<!-- Update submodule
``` bash
git submodule update --init
```
Install dependencies
```bash
poetry install
```
``` -->
<!-- First initialize the git submodules so that git can keep track of the submodules being used do:
```bash