For this tutorial, you will need the following:
- Python 3
matplotlib
networkx
pandas
hiveplot
- do notconda install
independently, follow instructions below.numpy
If you have the Anaconda distribution of Python installed, then follow this set of instructions.
$ cd /path/to/your/directory
- Clone the repository to disk:
- If you have set up Github to use SSH:
$ git clone [email protected]:ericmjl/Network-Analysis-Made-Simple.git
- Otherwise:
$ git clone https://github.com/ericmjl/Network-Analysis-Made-Simple.git
- If you have set up Github to use SSH:
$ cd Network-Analysis-Made-Simple
$ conda env create -f environment.yml
Finally, check your environment by running the following command:
$ python checkenv.py
If you do not have the Anaconda distribution, I would highly recommend getting it. Check out @jakevdp's talk at SciPy2015 - it's time to switch over to Python 3!
- Divvy Data Challenge: https://www.divvybikes.com/datachallenge