summaryrefslogtreecommitdiff
path: root/README.md
blob: 839f9aa87fc9769c2b30da883286010678ea58f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
    ```