install size noted

main
Jeff Moe 2023-09-22 10:01:55 -06:00
parent 6f8fc074b0
commit eacdf1f4e9
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,8 @@
# sndid
`sndid` identifies sounds.
At present only birds are identified.
# Install
Install thusly.
@ -35,7 +37,10 @@ source env/bin/activate
pip install --upgrade pip setuptools wheel
```
Install Python dependencies:
Install Python dependencies.
This will download 750 megabytes of files.
The install will use an additional 2.1 gigabytes.
```
pip install -r requirements.txt
```