Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorials:pycram:setup [2020/12/17 13:25] – [PyCRAM] gkazhoyatutorials:pycram:setup [2021/01/14 09:28] – [Setting up PyCRAM] jdech
Line 4: Line 4:
     * Cloning the PyCRAM repo     * Cloning the PyCRAM repo
     * Write a setup Script      * Write a setup Script 
-Installing the dependencies shouldn't be a problem because all packages are available via PyPi+    *  
- +All dependencies are available vie PyPi
-The cloning of the PyCRAM repo is trivial.+
  
 The setup script is used to add the src directory to the python path. This has to be done so Python can find PyCRAM when importing from there. The setup script is used to add the src directory to the python path. This has to be done so Python can find PyCRAM when importing from there.
 +
 +This tutorial is tested with Python 3.8 and Ubuntu 18.04.
 ===== Dependencies ===== ===== Dependencies =====
 To install PyCRAM firstly the required packages must be installed. These are:  To install PyCRAM firstly the required packages must be installed. These are: