Skip to content

Visualizing NYC with green "boro" taxi trips in 2016, courtesy of NYC Open Data.

License

Notifications You must be signed in to change notification settings

eddowh/nyc-green-taxi-map-visualization

Repository files navigation

Development

Setting the PYTHONPATH

Set the PYTHONPATH variable for module importing. To do this, you need to work in the command line.

Mac OS X / Linux

$ cd nyc-green-taxi-map-visualization
$ export PYTHONPATH="$(pwd)"

Working in a Virtual Environment [RECOMMENDED]

Using vanilla virtualenv

Using virtualenvwrapper [RECOMMENDED]

Installing pip packages

$ pip install -U pip
$ pip install -r requirements_dev.txt

Updating requirements & dependencies

Make sure pip-tools has already been installed. If you ran pip install -r requirements_dev.txt, then pip-tools==1.11.0 should be installed.

NOTE: Never directly update requirements.txt or requirements_dev.txt.

Instead, use pip-compile

$ pip-compile requirements.in
$ pip-compile requirements_dev.in

About

Visualizing NYC with green "boro" taxi trips in 2016, courtesy of NYC Open Data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages