neulab / cmulab

CMU Linguistic Annotation Backend
14 stars 1 forks source link

Missing Requirements #15

Closed MattGyverLee closed 5 years ago

MattGyverLee commented 5 years ago

I had some pre-req troubles getting this installed. on Ubuntu Bionic (WSL) I installed django (2.1) and python (3.6-3.7)

These are also needed to run python manage.py runserver.

Note: It seems to fail if "django-filters" is also installed alongside django-filter.

antonisa commented 5 years ago

Thanks, I've updated the requirements.txt to reflect the versions that I have worked with.

(I was not aware that there existed both "django-filter" and django-filters", I'm sure it's the former that we are using -- was the latter installed automatically by running our requirements?)