1

requirements.txt ファイル:

django>=1.1 mysql-python python-openid psycopg2 html5lib マークダウン git+git://github.com/dcramer/django-sphinx.git South

最初に、virtualenv ~/webapps/ --distribute source ~/webapps//bin/activate export PATH=/usr/pgsql-9.1/bin/:$PATH (これは、pg_config が見つからないというエラー http://community. webfaction.com/questions/736/installing-psycopg2 ) 次に pip-2.7 install -r requirements.txt

また、2.4 にインストールする pip install を実行しないでください。pip-2.7 install を呼び出す必要があります

4

2 に答える 2

3
  1. ここに行きます
  2. 「インストール」をクリックします。
  3. 作成したばかりの OSQA アプリをサイトに追加します。
  4. 終わり!
于 2012-02-18T23:03:18.117 に答える