Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/willcrichton/crashcourse-chat

For CrashCourse at CMU
https://github.com/willcrichton/crashcourse-chat

Last synced: 23 days ago
JSON representation

For CrashCourse at CMU

Awesome Lists containing this project

README

        

crashcourse-chat
================

Follow these steps to get the basic server working:
1. Install [Python](http://www.python.org/getit/) 2.7 by download it or `sudo apt-get install python` or `brew install python`, etc.
2. Install [pip](http://www.pip-installer.org/en/latest/installing.html).
3. `git clone https://github.com/willcrichton/crashcourse-chat.git`
4. `cd crashcourse-chat`
3. `pip install flask`
4. `python server.py`
5. Visit `localhost:5000` in your browser. You're done!