From a24070446aa97105c94816f2885679e001fe13e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Wed, 19 Dec 2018 21:15:29 +0200 Subject: [PATCH] Also update setuptools with pip --- .travis.yml | 2 +- CONTRIBUTING.rst | 2 +- README.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61f9499..e1ab72a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,7 +43,7 @@ jobs: fast_finish: true install: - - python -m pip install -U pip + - python -m pip install -U pip setuptools - pip install -r requirements/ci.txt before_script: diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 1f38c6e..57893c3 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -35,7 +35,7 @@ You want to contribute some code? Great! Here are a few steps to get you started $ virtualenv venv $ source venv/bin/activate - (venv) $ python -m pip install -U pip + (venv) $ python -m pip install -U pip setuptools (venv) $ pip install -U -e .[validation] (venv) $ pip install -U -r requirements/dev.txt diff --git a/README.rst b/README.rst index 7d60c10..1e7c84c 100644 --- a/README.rst +++ b/README.rst @@ -294,7 +294,7 @@ For additional usage examples, you can take a look at the test project in the `` $ virtualenv venv $ source venv/bin/activate (venv) $ cd testproj - (venv) $ python -m pip install -U pip + (venv) $ python -m pip install -U pip setuptools (venv) $ pip install -U -r requirements.txt (venv) $ python manage.py migrate (venv) $ python manage.py shell -c "import createsuperuser"