https://github.com/samuelmarks/cscie90-hw8
https://github.com/samuelmarks/cscie90-hw8
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuelmarks/cscie90-hw8
- Owner: SamuelMarks
- Created: 2014-10-31T23:38:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-06T06:21:37.000Z (over 11 years ago)
- Last Synced: 2025-03-23T01:28:02.138Z (over 1 year ago)
- Language: Python
- Size: 645 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HW8 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`)