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

rm quickstart

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@1368 b32b6428-25c9-4566-ad07-03861ab6144f
parent 408f80c7
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ Contents:
intro
installation
quickstart
xAAL
...
......
......@@ -2,12 +2,28 @@
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
- pysodium: Pysodium_
.. _PySodium https://github.com/stef/pysodium.git
The xAAL stack requires ujson. To install ujson you need to install python-dev.
.. code-block:: bash
$ pip install ujson
Install xAAL library
********************
Classic python installation
.. code-block:: bash
......@@ -26,7 +42,7 @@ And If your are a developer
.. code-block:: bash
$ python setup.py install
$ python setup.py develop
It is also possible to use pip
......@@ -35,8 +51,18 @@ 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:
Uninstall xAAL library
**********************
.. code-block:: bash
$ pip uninstall xAAL
.. code-block:: bash
$ pip uninstall xaal-lib
or if you used "python setup.py develop"
.. code-block:: bash
$ python setup.py develop --uninstall
==========
Quickstart
==========
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment