8000 Add install requirement for Python (#369) · SituProbability/twilio-python@6a30f2c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6a30f2c

Browse files
ilanbialatmconnors
authored andcommitted
Add install requirement for Python (twilio#369)
* Add install requirement for Python * Add python3 * fixes * fixes * fix
1 parent 94b5ff9 commit 6a30f2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.PHONY: clean install analysis test test-install develop docs docs-install
22

33
venv:
4+
@python --version || (echo "Python is not installed, please install Python 2 or Python 3"; exit 1);
45
virtualenv --python=python venv
56

67
install: venv

0 commit comments

Comments
 (0)
0