Pull submodules

main
Jeff Moe 2023-09-21 13:47:43 -06:00
parent 2942023f4d
commit 2fc2b73e3c
1 changed files with 8 additions and 0 deletions

View File

@ -19,6 +19,14 @@ git clone https://spacecruft.org/deepcrayon/sndid
cd sndid/
```
If you want some sound samples, pull the submodule:
```
git submodule init
git submodule update
```
Set up Python to taste, such as:
```
virtualenv env