Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Installation

At the command line::

$ pip3 install wheel
$ pip3 install sgframework

This will also install the dependencies ``paho-mqtt`` and ``can4python``.
Expand All @@ -18,7 +19,7 @@ Run the canadapter::

To download the example files and test files, you need to use::

$ git clone https://github.com/caran/sgframework.git
$ git clone https://github.com/caran/SecureGateway.git

In order to run tests, you might need to enable the virtual CAN bus. On Debian::

Expand Down