浏览代码

Mention that we should pull in new deps before running upgrade script

Erik Johnston 9 年之前
父节点
当前提交
9550ba94f2
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      UPGRADE.rst

+ 4 - 0
UPGRADE.rst

@@ -1,6 +1,10 @@
 Upgrading to v0.6.0
 ===================
 
+To pull in new dependencies, run::
+
+    python setup.py develop --user
+
 This update includes a change to the database schema. To upgrade you first need
 to upgrade the database by running::