Skip to content

diegopenuela/phonenumbers_tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIRTUALENV

virtualenv -p python3 venv source venv/bin/activate pip freeze > requirements.txt pip install -r requirements.txt

GITHUB

mkdir my_project cd my_project git init git config --local user.email "myemail" git config --local user.name "myusername"

touch .gitignore

/venv

config.py

.DS_Store

git status git add . git commit -m "Initial commit" git branch -M main git remote add origin https://diegopenuela: (MYTOKEN) @github.com/diegopenuela/phonenumbers_tour.git

git remote set-url origin https://diegopenuela: (MYTOKEN) @github.com/diegopenuela/phonenumbers_tour.git git push -u origin main

TWILIO

pip install twilio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages