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/04/08 07:30] jdechtutorials:pycram:setup [2020/12/17 13:25] – [PyCRAM] gkazhoya
Line 20: Line 20:
 ===== PyCRAM ===== ===== PyCRAM =====
 To get PyCRAM simply clone the repository with the following command: To get PyCRAM simply clone the repository with the following command:
-<code>git clone https://github.com/cram2/pycram.git</code>+<code> 
 +git clone https://github.com/cram2/pycram.git 
 +git submodule init 
 +git submodule update 
 +</code>
  
 The cloned repository contains the source code for PyCRAM as well as two short demos which demonstrate how to use it.  The cloned repository contains the source code for PyCRAM as well as two short demos which demonstrate how to use it.