Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 528 Bytes

alreadyclonedonlypy.md

File metadata and controls

30 lines (28 loc) · 528 Bytes

Repos which are already cloned!

screen -S 
python3.12 -m venv venv && . ./venv/bin/activate
pip3 install -U setuptools wheel pip
pip3 cache purge
cd Sagiri && pip3 install --no-cache-dir -U -r requirements.txt && pip3 cache purge && python3 -m sagiri
cd Rubina && pip3 install --no-cache-dir -U -r requirements.txt && pip3 cache purge && python3 -m alita
cd pyuserbot && python3 main.py
cd Status && python3 main.py
cd Sagirihelper && python3 main.pyc