CompMod Documentation

Installation can be performed in many ways, here a two:

  • The right way:
pip install git+https://github.com/lcharleux/compmod.git

Under Windows systems, installing the Python(x,y) bundle allows this procedure to be performed easily.

  • If you are contributing to the module, you can just clone the repository:
git clone https://github.com/lcharleux/compmod.git

And remember to add the abapy/abapy directory to your PYTHONPATH. For example, the following code can be used under Linux (in .bashrc or .profile):

export PYTHONPATH=$PYTHONPATH:yourpath/compmod

Contents:

Indices and tables