• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

修订版a9afbbd98078845e115aa79d4223ea7230152bcb (tree)
时间2012-03-30 21:49:31
作者Dave Brondsema <dbrondsema@geek...>
CommiterYaroslav Luzin

Log Message

update readme to use requirements.txt instead of requirements-dev.txt

更改概述

差异

--- a/README.markdown
+++ b/README.markdown
@@ -58,7 +58,7 @@ Now we can get down to actually getting the Forge code and dependencies download
5858 Although the application setup.py files define a number of dependencies, the `requirements.txt` files are currently the authoritative source, so we'll use those with `pip` to make sure the correct versions are installed.
5959
6060 (anvil)~/src$ cd forge
61- (anvil)~/src/forge$ pip install -r requirements-dev.txt
61+ (anvil)~/src/forge$ pip install -r requirements.txt
6262
6363 This will take a while. If you get an error from pip, it is typically a temporary download error. Just run the command again and it will quickly pass through the packages it already downloaded and then continue.
6464