Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
* The first two lines of each file shoud be  
 
* The first two lines of each file shoud be  
 
  <nowiki># -*- coding: utf-8 -*-
 
  <nowiki># -*- coding: utf-8 -*-
#!/usr/bin/env</nowiki>
+
#!/usr/bin/env python</nowiki>
 
+
* Make sure to link /usr/bin/env to your virtualenv bin folder
 
* Next should be the docstring with a description. If the description is long, the first line should be a short summary that makes sense on its own, separated from the rest by a newline.<br />
 
* Next should be the docstring with a description. If the description is long, the first line should be a short summary that makes sense on its own, separated from the rest by a newline.<br />
 
https://www.python.org/dev/peps/pep-0257/
 
https://www.python.org/dev/peps/pep-0257/

Navigation menu