Skip to content

Commit

Permalink
[#1268] Add 'python setup.py develop' step to source upgrade instruct…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
amercader committed Oct 8, 2013
1 parent b6f1ff3 commit 1ab6ff4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/upgrade-source.rst
Original file line number Diff line number Diff line change
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 1ab6ff4

Please sign in to comment.