Skip to content

Instantly share code, notes, and snippets.

View bigfoot31's full-sized avatar
🏠
Working from home

Probhonjon Baruah bigfoot31

🏠
Working from home
  • TikTok
  • Singapore
View GitHub Profile
await new Promise(resolve => setTimeout(resolve, 200000)).then(() => {});
@bigfoot31
bigfoot31 / pip.sh
Last active July 12, 2021 17:00
[Python]
# install pip
pip install pip2pi
# pip repo
dir2pi .
# add pip repo info to ~/.pip/pip.conf
[global]
index-url = {{ PIP_LOCATION }}