Commit d8a735e1 by Tim Babych

Update README

parent 95df3888
......@@ -9,7 +9,6 @@ else
test_settings = notesserver.settings.test
endif
test: clean
./manage.py test --settings=$(test_settings) --with-coverage --with-ignore-docstrings \
--exclude-dir=notesserver/settings --cover-inclusive --cover-branches \
......@@ -42,7 +41,7 @@ diff-quality:
coverage: diff-coverage diff-quality
create-index:
python manage.py create_index
python manage.py rebuild_index
requirements:
pip install -q -r requirements/base.txt --exists-action=w
......
......@@ -16,8 +16,7 @@ The edX Notes API is designed to be compatible with the
Getting Started
---------------
1. You'll need a recent version `ElasticSearch <http://elasticsearch.org>`__ (>=1.0.0)
installed.
1. You'll need an `ElasticSearch <http://elasticsearch.org>`__ installed.
2. Install the requirements:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment