-
Notifications
You must be signed in to change notification settings - Fork 16
Procedure
DinCahill edited this page Apr 3, 2012
·
29 revisions
- Fork this repository to create your own copy.
- Follow GitHub Flow to branch for new features and issue pull requests when done.
- Follow PEP 8 Style Guide for all Python code. Highlights:
- 4 spaces for indentation
- 'lower_case' for modules, functions, variables
- 'CamelCase' for classes and exceptions
- 'CAPITAL_LETTERS' for constants
Example commands (assuming that the the branch you forked off has pip_requirements.txt):
virtualenv -p $(which python2) ~/path/csbot ; cd ~/path/csbot ; git clone [email protected]:YOURUSERNAME/csbot.git src ; pip install -r src/pip_requirements.txt
Or with virtualenvwrapper:
- toast
- Then add WORKON_HOME=~/PythonEnvsDir to .bashrc