https://github.com/samuelmarks/cscie90-hw7
https://github.com/samuelmarks/cscie90-hw7
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelmarks/cscie90-hw7
- Owner: SamuelMarks
- Created: 2014-10-26T03:55:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-26T03:57:08.000Z (over 11 years ago)
- Last Synced: 2025-01-28T04:32:02.644Z (over 1 year ago)
- Language: Python
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HW6 for Harvard's cloud computing course
========================================
# Requirements
- Python 2.7+
- Internet connection
# Install package dependencies
Open up your console, `cd` to this directory, run:
```
pip install -r requirements.txt
```
On Windows you'll additionally need [PyWin32](http://sourceforge.net/projects/pywin32)
# Run project
```
python -c "from os.path import join; from os import getcwd; execfile(join(getcwd(), 'hw7', 'server.py'))"
```
(or just use your OS-specific path to specify that you want to execute that file, e.g.: `./hw7/server.py`)