summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Bishop <stuart@stuartbishop.net>2016-04-22 19:37:10 +0700
committerStuart Bishop <stuart@stuartbishop.net>2016-04-22 19:37:10 +0700
commitb444b8c673b5fc276dcf65be3a67255ea0c2bbaf (patch)
tree5e2801f24e46a5d2185e401605073e3c6cab2576
parentf17716dd637fac922b38a9890339f5e44131b2ac (diff)
downloadpytz-b444b8c673b5fc276dcf65be3a67255ea0c2bbaf.tar.gz
development container setup cheat sheet
-rw-r--r--deps.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/deps.txt b/deps.txt
new file mode 100644
index 0000000..2edf11b
--- /dev/null
+++ b/deps.txt
@@ -0,0 +1,17 @@
+dev container setup cheat sheet
+-------------------------------
+
+locale-gen
+add-apt-repository ppa:fkrull/deadsnakes
+apt update
+apt install tox bzr build-essential twine python3-all python3-all-dev python3-docutils python3-sphinx python3-flake8 python-flake8 python2.4-complete python2.5-complete python2.6-complete python3.1-complete python3.2-complete python3.3-complete python3.4-complete python-3.5-complete python2.7-complete python-wheel python3-wheel python-pip python3-pip
+
+
+wget https://raw.githubusercontent.com/pypa/setuptools/bootstrap-py24/ez_setup.py -O - | python2.4
+wget https://raw.githubusercontent.com/pypa/setuptools/bootstrap-py24/ez_setup.py -O - | python2.5
+wget https://bootstrap.pypa.io/ez_setup.py -O - | python2.6
+wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.1
+wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.2
+wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.3
+wget https://bootstrap.pypa.io/ez_setup.py -O - | python3.4
+