Installation Guide¶
Setting up the environment using Python3¶
Step 1 : Make sure you have a Python3 version installed. Check your Python version with the following command and update the Python version, if necessary:
python –version
Step 2: Clone the OpenSCHC repository .
Add the SCHC source code directory (typically something/openschc/src) to your PYTHONPATH.
On sh, this would be:
$ export PYTHONPATH=<YOUR_PATH_TO_SCHC_SRC>
On csh:
$ setenv PYTHONPATH <YOUR_PATH_TO_SCHC_SRC>
Step 3: For experimenting with SCHC on simple examples, see the User Guide. For performing extensive tests of the SCHC functionnalities, see OpenSCHC tests.