Project2 / install.py
SaiKumar1627's picture
Create install.py
0c61555 verified
raw
history blame contribute delete
89 Bytes
import os
os.system("pip install sentence-transformers")
print("Installation complete!")