Project

General

Profile

Actions

For windows user

  • You can use cygwin.
  • run cygwin install file by Adminstrator




  • select python3 for ctt
    • clone the repository to a location you whish
      git clone https://code.ungleich.ch/ungleich-public/ctt.git ~/Work/bin/ctt
      
    • Edit your PATH environment variable
      • e.g. open your ~/.bashrc and append
        export PATH=$PATH:~/Work/bin/ctt/bin
        
      • source your ~/.bashrc
        source ~/.bashrc
        

Updated by Jin-Guk Kwon over 5 years ago · 1 revisions