Skip to content
Snippets Groups Projects
Commit a97ae69e authored by jkerdreu's avatar jkerdreu
Browse files

New version

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2874 b32b6428-25c9-4566-ad07-03861ab6144f
parent bde621f3
No related branches found
No related tags found
No related merge requests found
......@@ -617,8 +617,8 @@ a { text-decoration: none; }
<span class="comment single"># recommended
</span>$ apt-get install python3-venv python3-pip</code></pre>
</div>
<div class="section" id="install">
<h1>Install</h1>
<div class="section" id="manual-install">
<h1>Manual Install</h1>
<p>Right now, there is no public release (pip based) of xAAL Python binding, so
you have to install things from SVN or archive.</p>
<p>You can use virtualenv (recommended).</p>
......@@ -650,6 +650,16 @@ $ xaal-keygen</code></pre>
<p>xaal-keygen will compute an key for a given passphrase. Edit the xaal.ini
file according to your needs.</p>
</div>
<div class="section" id="automatic-install">
<h1>Automatic Install</h1>
<p>Instead of manual installation of each packagage, you can use <em>install.py</em> script.
This script will install allmost all packages without user interaction.</p>
</div>
<div class="section" id="docker">
<h1>Docker</h1>
<p>The docker folder contains an Dockerfile to run the xALL software in a docker
container.</p>
</div>
<div class="section" id="tests">
<h1>Tests</h1>
<p>First, you can launch a message dumper with this tools</p>
......
......@@ -24,8 +24,8 @@ For Debian / Ubuntu users:
# recommended
$ apt-get install python3-venv python3-pip
Install
~~~~~~~
Manual Install
~~~~~~~~~~~~~~
Right now, there is no public release (pip based) of xAAL Python binding, so
you have to install things from SVN or archive.
......@@ -81,7 +81,7 @@ Install the tools
$ python setup.py develop
You can use the *python setup.py install* instead of *develop*, but modification
in source files, won't be applied, you have to re-install it. Right now develop,
in source files won't be applied, you have to re-install it. Right now, *develop*
is the best option.
Create the configuration file in your home directory:
......@@ -95,6 +95,19 @@ Create the configuration file in your home directory:
xaal-keygen will compute an key for a given passphrase. Edit the xaal.ini
file according to your needs.
Automatic Install
~~~~~~~~~~~~~~~~~
Instead of manual installation of each package, you can use the *install.py* script.
This script will install allmost all packages without user interaction.
Docker
~~~~~~
The docker folder contains an Dockerfile to run the xALL software in a docker
container. The Dockerfile use the automatic installation script.
Tests
~~~~~
First, you can launch a message dumper with this tools
......@@ -145,8 +158,8 @@ Windows
~~~~~~~
This code can be used w/ Windows (tested w/ Win10 and Python 3.8). You can build
the virtualenv with the same way. To activate the venv, you should run Scripts\activate.bat.
For Powershell users (recommanded), you must tweak the ExecutionPolicy
to be able to run Activate.ps1.
For Powershell users (recommanded), you must tweak the ExecutionPolicy to be able to run
*Activate.ps1*.
.. code-block::
......@@ -178,8 +191,8 @@ module.
# to run the dashboard (web interface)
$ python -m xaal.dashboard
# to run the Zwave gateway
$ python -m xaal.zwave
# to run the Open Weather Map gateway
$ python -m xaal.owm
Of course, you need to install packages first.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment