Skip to content

Smelly London Tools and Environment

mgrazebrook edited this page Jul 29, 2016 · 4 revisions

Tools and Environment

Here's a check-list of things you may want to install or set up (you probably already have some):

git hub account so you can access the project as a collaborator: https:/mgrazebrook/smelly_london

git You'll need this to check out the software and make changes https://git-scm.com/downloads

(optional) *tools for working with git, though between git and PyCharm you may already have enough: https://git-scm.com/downloads/guis

Python 3.5 distribution - we're using the Anaconda python distribution as it comes with some packages we'd otherwise need to install separately: https://www.continuum.io/downloads

PyCharm community edition : https://www.jetbrains.com/pycharm/download/

NLTK package: I think I set this up using "conda install nltk" in the console window of PyCharm - the benefit of this being the hope it would default to the correct environment as I have several versions of Python installed.

Clone this wiki locally