summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnozsc <jnozsc@gmail.com>2020-01-10 23:46:07 -0800
committerjnozsc <jnozsc@gmail.com>2020-01-10 23:46:07 -0800
commit7b0585374d7420095a5da88abf4e0545a8e0940a (patch)
tree5dd0d1e7a6411cc29b0e13968de7e7bc07ffca21
parent8bcde0b20106412fba8de6eba399c12cda0a2ea9 (diff)
downloadpytz-git-7b0585374d7420095a5da88abf4e0545a8e0940a.tar.gz
highlight codes
-rw-r--r--deps.rst25
1 files changed, 12 insertions, 13 deletions
diff --git a/deps.rst b/deps.rst
index ecd457a..41d3427 100644
--- a/deps.rst
+++ b/deps.rst
@@ -1,18 +1,17 @@
dev container setup cheat sheet
-------------------------------
+.. code:: shell
+ locale-gen
+ add-apt-repository ppa:deadsnakes/ppa
-locale-gen
-add-apt-repository ppa:deadsnakes/ppa
+ apt update
+ apt install tox bzr build-essential twine python-all python-all-dev 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 python3.5 python3.5-dev python3.7 python3.7-dev python-wheel python3-wheel python-pip python3-pip
-apt update
-apt install tox bzr build-essential twine python-all python-all-dev 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 python3.5 python3.5-dev python3.7 python3.7-dev 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
+ 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