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
64e6d6ff
Commit
64e6d6ff
authored
Aug 14, 2014
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document optional deps installation
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
b0c0a2d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
docs/admin/install.rst
docs/admin/install.rst
+10
-2
No files found.
docs/admin/install.rst
View file @
64e6d6ff
...
...
@@ -46,7 +46,8 @@ you can use apt-get:
.. code-block:: sh
apt-get install python-django translate-toolkit python-git \
python-whoosh python-pil python-django-south python-libravatar python-pyicu
python-whoosh python-pil python-django-south python-libravatar \
python-pyicu python-babel
# Optional for database backend
...
...
@@ -75,7 +76,8 @@ All requirements are available either directly in openSUSE or in
.. code-block:: sh
zypper install python-Django python-icu translate-toolkit python-GitPython \
python-Whoosh python-Pillow python-South python-python-social-auth
python-Whoosh python-Pillow python-South python-python-social-auth \
python-babel
Requirements on OSX
...
...
@@ -103,6 +105,12 @@ Most requirements can be also installed using pip installer:
Also you will need header files for ``python-dev``, ``libxml2``, ``libxslt``
and ``libfreetype6`` to compile some of the required Python modules.
All optional dependencies (see above) can be installed using:
.. code-block:: sh
pip install -r requirements-optional.txt
On Debian or Ubuntu you can install them using:
.. code-block:: sh
...
...
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