Skip to content
Snippets Groups Projects
Commit 0f5be632 authored by KERDREUX Jerome's avatar KERDREUX Jerome
Browse files

Migration

parent ed6e7f70
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@ Requirements
.. sectnum::
To install xAAL for Python, you need Python-3 (version 3.8 or above). And limited stack exists
for Python-2, you can find more informations `here <https://redmine.imt-atlantique.fr/projects/xaal/repository/xaal/show/code/Python/branches/py2-backport>`_.
for Python-2, you can find more informations `here <https://gitlab.imt-atlantique.fr/xaal/code/python/-/tree/py2-backport>`_.
Un*x like
~~~~~~~~~
......@@ -77,27 +77,27 @@ Download sources from SVN:
.. code-block:: bash
$ svn checkout https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7/ xaal_svn
$ git clone https://gitlab.imt-atlantique.fr/xaal/code/python.git xaal_git
First, install the xaal.lib package:
.. code-block:: bash
$ cd xaal_svn/libs/lib/
$ pip install .
$ cd xaal_git/libs/lib/
$ pip install -e .
Install the monitor lib (needed by Dashboard, REST API..)
.. code-block:: bash
$ cd xaal_svn/libs/monitor/
$ cd xaal_git/libs/monitor/
$ pip install -e .
Install the schemas (needed by some devices)
.. code-block:: bash
$ cd xaal_svn/libs/schemas/
$ cd xaal_git/libs/schemas/
$ pip install -e .
......@@ -105,7 +105,7 @@ Install the tools
.. code-block:: bash
$ cd xaal_svn/apps/tools
$ cd xaal_git/apps/tools
$ pip install -e .
You can remove the *-e* in pip install command , but modification in source files
......@@ -116,7 +116,7 @@ Create the configuration file in your home directory:
.. code-block:: bash
$ mkdir ~/.xaal/
$ cp xaal_svn/libs/lib/xaal.ini.sample ~/.xaal/xaal.ini
$ cp xaal_git/libs/lib/xaal.ini.sample ~/.xaal/xaal.ini
$ xaal-keygen
xaal-keygen will compute an key for a given passphrase. Edit the xaal.ini
......@@ -214,9 +214,9 @@ register every package on a single Python interpreter.
Links
~~~~~
- The repository contains a large number of devices, gateways and tools. You can find
the `packages list here <packages.html>`_.
the `packages list here <packages.rst>`_.
- You can find the `xAAL lib documentation here. <./libs/lib/README.html>`_
- You can find the `xAAL lib documentation here. <./libs/lib/README.rst>`_
Notes
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment