picgen / manual install.txt
devindevine's picture
Upload 23 files
f02dec0 verified
raw
history blame contribute delete
256 Bytes
Requirements.txt as background to avoid broken ssh pipe
nohup pip3 install -r requirements.txt --break-system-packages --ignore-installed --timeout=300 --retries=10 > pip-install.log 2>&1 &
Then monitor it:
tail -f pip-install.log