diff options
author | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-04-10 11:29:55 -0400 |
---|---|---|
committer | Evgeny Fadeev <evgeny.fadeev@gmail.com> | 2010-04-10 11:29:55 -0400 |
commit | 6fd183a0e5ac47491ed7a8ffb2c36177575c9cc4 (patch) | |
tree | 7b8512ca3df149da221119e54fc60fe72fbebeca /INSTALL.pip | |
parent | 8822e0f2cf61d7f0564a67fcd0a1f435e8635603 (diff) | |
download | askbot-6fd183a0e5ac47491ed7a8ffb2c36177575c9cc4.tar.gz askbot-6fd183a0e5ac47491ed7a8ffb2c36177575c9cc4.tar.bz2 askbot-6fd183a0e5ac47491ed7a8ffb2c36177575c9cc4.zip |
fixed up INSTALL, settings_local.py.dist and replaced strings osqa->askbot everywhere, except main README file
Diffstat (limited to 'INSTALL.pip')
-rw-r--r-- | INSTALL.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.pip b/INSTALL.pip index 92b1c7fa..2f817ff8 100644 --- a/INSTALL.pip +++ b/INSTALL.pip @@ -12,7 +12,7 @@ git://github.com/johnl/deb-sphinx-search.git * Install a virtual environment OUTSIDE of this directory: - pip install -E ~/env -r osqa-requirements.txt + pip install -E ~/env -r askbot-requirements.txt [there is discussion on the pinax forums about what it should be outside the source directory] |