Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
ae223265
Commit
ae223265
authored
Dec 02, 2014
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document installation on Wheezy
Fixes #606 Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
7d7840d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/admin/install.rst
docs/admin/install.rst
+3
-3
No files found.
docs/admin/install.rst
View file @
ae223265
...
...
@@ -56,15 +56,15 @@ you can use apt-get:
apt-get install python-mysqldb # For MySQL
apt-get install python-psycopg2 # For PostgreSQL
For Debian 7.0 (
wheezy) or older, you need to install python-social-auth
manually using pip:
For Debian 7.0 (
Wheezy) or older, you need to install several Python modules
manually using pip
as versions shipped in distribution are too old
:
.. code-block:: sh
# Dependencies for python-social-auth
apt-get install python-requests-oauthlib python-six python-openid
pip install python-social-auth
pip install python-social-auth
Django Whoosh
For proper sorting of a unicode strings, it is recommended to install pyuca:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment