summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-11 19:37:30 +0530
committerJayaram R Pai2014-09-11 19:37:30 +0530
commit70a500a571afa1e3c92a5669a03d81949774f4a1 (patch)
treeed58f50b97e89127eeda7214719239d51a6fc107 /README.md
parent42d33afb38135d85387a97fa4fc440720cc1e00f (diff)
parent364922e3daa2f4a65f98091a3b97fe6c0063ad66 (diff)
downloadscipy2014-70a500a571afa1e3c92a5669a03d81949774f4a1.tar.gz
scipy2014-70a500a571afa1e3c92a5669a03d81949774f4a1.tar.bz2
scipy2014-70a500a571afa1e3c92a5669a03d81949774f4a1.zip
Merge pull request #1 from FOSSEE/ease-new-dev
Make it easier for new contributors to get started.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6fac9b..839f9aa 100644
--- a/README.md
+++ b/README.md
@@ -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
+ ```