Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-12-14 03:06:24 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-12-14 03:06:24 +0300
commit73e380afc0bdf35259ca94ed14ada5767cbdc89e (patch)
tree31a200165f7f95569ed8b3214d40146634e60345 /release/test
parenta4d52bd0fd180e2934ebed21a7d2aab84cc5b5a9 (diff)
Specify debian packages.
Diffstat (limited to 'release/test')
-rw-r--r--release/test/pep8.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/release/test/pep8.py b/release/test/pep8.py
index b1cde7be2a7..57ce0a96120 100644
--- a/release/test/pep8.py
+++ b/release/test/pep8.py
@@ -21,12 +21,15 @@
import os
# depends on pep8, pyflakes, pylint
-# for ubuntu/debian
+# for ubuntu
#
# sudo apt-get install pylint pyflakes
#
# sudo apt-get install python-setuptools python-pip
# sudo pip install pep8
+#
+# in debian install pylint pyflakes pep8 with apt-get/aptitude/etc
+#
# how many lines to read into the file, pep8 comment
# should be directly after the licence header, ~20 in most cases