-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInstall
More file actions
21 lines (19 loc) · 719 Bytes
/
Install
File metadata and controls
21 lines (19 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Setting up Python (for using the api-tester.py file…will be on GitHub)
I happen to be running Python 2.7.5
Setting up a dev environment on a Mac
1. Install Python 2.7.8
https://www.python.org/downloads/
2. Install a Python package manager
sudo easy_install pip
3. Install an easy-to-use requests package for Python
pip install requests
4. Install Django (stable version 1.7)
pip install Django
5. Install Git (no instructions)
6. Clone the GitHub repo
https://github.com/legatek/HearstExplorer
7. Install SASS (dependency on Ruby; this is pre-installed on Mac OSX)
gem install sass
8. Watch the static files directory
cd ./src/HearstExplorer/browseByImage/static/browseByImage
sass --watch .:.