Add script to install psycopg

This commit is contained in:
wqy
2022-08-27 12:08:42 +08:00
parent d7922351c0
commit 96c5857653

2
script/tool/install.bat Normal file
View File

@@ -0,0 +1,2 @@
pip install --upgrade pip
pip install "psycopg[binary]"