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
- e.g. open your ~/.bashrc and append
- clone the repository to a location you whish
Updated by Jin-Guk Kwon almost 6 years ago · 1 revisions