Skip to content

Commit

Permalink
Merge pull request #1268 from okfn/1268-add-step-upgrade-source
Browse files Browse the repository at this point in the history
Add "python setup.py develop" step to source upgrade instructions
  • Loading branch information
kindly committed Oct 10, 2013
2 parents a8ac4a6 + 1ab6ff4 commit b218294
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/upgrade-source.rst
Expand Up @@ -37,6 +37,12 @@ CKAN release you're upgrading to:

pip install --upgrade -r requirements.txt

#. Register any new or updated plugins:

::

python setup.py develop

#. If you are upgrading to a new :ref:`major release <releases>` you need to
update your Solr schema symlink.

Expand Down

0 comments on commit b218294

Please sign in to comment.