diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2,3 +2,14 @@ scipy2014 ========= Website for SciPy India 2014 + + +## Setup dev environment + +1. Use the requirements.txt file to install all the dependencies. + +2. Copy the `sample-config.py` file to `config.py` and edit your config. + + ``` + cp scipy/sample-config.py scipy/config.py + ``` |