Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franck-dernoncourt/mit-15.058
MIT 15.058 campus project
https://github.com/franck-dernoncourt/mit-15.058
Last synced: 21 days ago
JSON representation
MIT 15.058 campus project
- Host: GitHub
- URL: https://github.com/franck-dernoncourt/mit-15.058
- Owner: Franck-Dernoncourt
- Created: 2014-05-03T03:50:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-04T19:12:42.000Z (over 10 years ago)
- Last Synced: 2024-10-15T21:08:24.771Z (2 months ago)
- Language: Python
- Size: 234 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MIT-15.058
==========MIT 15.058 campus project
==========
Installation instructions (Windows 7 SP1 x64, Python 2.7 x64):
- Download and install Python 2.7 x64 bits: https://www.python.org/ftp/python/2.7/python-2.7.amd64.msi
- Download & Install numpy: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
- Download & Install setuptools: http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools
- Configure your PATH variable to include e.g. C:\Python27\Scripts\
- Open a new Command Prompt
- Run easy_install networkx-1.8.1-py2.7.egg (you can download it from https://pypi.python.org/pypi/networkx/)