https://github.com/eggsyntax/healthprize
https://github.com/eggsyntax/healthprize
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eggsyntax/healthprize
- Owner: eggsyntax
- Created: 2012-08-21T03:08:24.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-08-21T04:04:25.000Z (over 13 years ago)
- Last Synced: 2025-06-08T06:09:58.749Z (8 months ago)
- Language: Python
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Installing:
- It is assumed that you are using some unix or linux (including mac)
- It is assumed that you have virtualenv installed, along with a reasonably up-to-date python 2.x.
- Info about virtualenv at http://pythoncentral.org/setting-up-the-python-environment-with-virtualenv/
- It is assumed that you have downloaded the project to a directory called 'healthprize' and that you are
currently in that directory.
- Here's one way to download the project: (assuming you have git installed; see instructions
at github.com if you don't).
- $> git clone https://github.com/eggsyntax/healthprize.git
- $> cd healthprize
- First set up your environment. Commands in this file which follow a "$> " prompt are meant to
be typed at the command line.
- $> source setup