Skip to content
Snippets Groups Projects
Commit ed6b302e authored by ptangu01's avatar ptangu01
Browse files

fix warning in installation.rst doc

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1378 b32b6428-25c9-4566-ad07-03861ab6144f
parent c5b66ea4
Branches
No related tags found
No related merge requests found
......@@ -5,17 +5,21 @@ Installation
Requirements
************
- libsodium:
Tested with libsodium v1.0.3 (https://download.libsodium.org/doc/installation/index.html)
Installed with the tarball of libsodium: LibsodiumTarball_
.. _LibsodiumTarball https://download.libsodium.org/libsodium/releases/
You can also have a look to the git repository: Libsodium_
.. _Libsodium https://github.com/jedisct1/libsodium.git
Tested with 'libsodium v1.0.3 <https://download.libsodium.org/doc/installation/index.html>'_
Installed with the tarball of libsodium: 'LibsodiumTarball'_
.. _LibsodiumTarball: https://download.libsodium.org/libsodium/releases/
You can also have a look to the git repository: 'Libsodium'_
.. _Libsodium: https://github.com/jedisct1/libsodium.git
- pysodium: Pysodium_
.. _PySodium https://github.com/stef/pysodium.git
The xAAL stack requires ujson. To install ujson you need to install python-dev.
.. _PySodium: https://github.com/stef/pysodium.git
- ujson:
The xAAL stack requires ujson.
To install ujson you need to install python-dev.
.. code-block:: bash
......@@ -50,7 +54,6 @@ It is also possible to use pip
$ pip install -e svn+https://svn.telecom-bretagne.eu/svn-public/xAAL/code/Python/trunk/xAAL/#egg=xAAL
Uninstall xAAL library
**********************
......@@ -58,7 +61,6 @@ Uninstall xAAL library
$ pip uninstall xAAL
.. code-block:: bash
$ pip uninstall xaal-lib
......
......@@ -5,5 +5,5 @@ Introduction
The xAAL stack is a messaging protocol dedicated to the smart home (home
automation) domain.
The xAAL is used to communicate between xAAL devices in a distributed xAAL
xAAL is used to communicate between xAAL devices in a distributed xAAL
network.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment