Add install with pip (#3)

This commit is contained in:
Lianmin Zheng
2024-01-09 12:43:40 -08:00
committed by GitHub
parent 331848de9d
commit 30720e732c
4 changed files with 10 additions and 2 deletions

5
scripts/format.sh Normal file
View File

@@ -0,0 +1,5 @@
isort python
black python
isort test
black test