1
0

Update README.md

Add missing shiv dependency
This commit is contained in:
David Boreham 2022-11-14 10:59:32 -07:00 committed by GitHub
parent c74609f9d1
commit 8a08b8e277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,7 @@ Use shiv to build a single file Python executable zip archive of laconic-so:
1. Install [shiv](https://github.com/linkedin/shiv):
```
$ (venv) pip install shiv
$ (venv) pip install wheel
```
1. Run shiv to create a zipapp file:
```