Skip to content

Commit

Permalink
Fixed issues BYU-NLP-Lab#67, BYU-NLP-Lab#68, BYU-NLP-Lab#69 from BYU-…
Browse files Browse the repository at this point in the history
…NLP-Lab/topicalguide
  • Loading branch information
cojoco committed Aug 19, 2015
1 parent 2a4e8d9 commit 5184d49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ Then navigate to the `topicalguide` directory and optionally switch over to the

### 2. Install Dependencies

Dependencies are listed in the `requirements.txt` file and can be easily installed with:
First, we need to make sure numpy is installed with:

sudo pip install numpy

Other dependencies are listed in the `requirements.txt` file and can be easily installed with:

sudo pip install -r requirements.txt

Expand Down Expand Up @@ -151,7 +155,7 @@ Visualization, held in conjunction with the 24th Annual Conference on Neural
Information Processing Systems (NIPS 2010). December 11, 2010. Whistler, BC,
Canada.

## Licence
## License

This file is part of the [Topical Guide](http://github.com/BYU-NLP-Lab/topicalguide/wiki).

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
django==1.7
django
nltk
numpy>=1.8.2
scipy>=0.14.0
GitPython
DateTime
Expand Down
1 change: 0 additions & 1 deletion topicalguide/settings.py.template
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ALLOWED_HOSTS = []
# Application definition

INSTALLED_APPS = (
'django_extensions',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
Expand Down

0 comments on commit 5184d49

Please sign in to comment.