Project

General

Profile

For windows user » History » Version 1

Jin-Guk Kwon, 01/10/2019 10:20 AM

1 1 Jin-Guk Kwon
h1. For windows user
2
3
* You can use cygwin.
4
* run cygwin install file by Adminstrator
5
!cygwin1.png!
6
!cygwin2.png!
7
!cygwin3.png!
8
!cygwin4.png!
9
!cygwin5.png!
10
* select python3 for ctt
11
!cygwin6.png!
12
** clone the repository to a location you whish
13
<pre>
14
git clone https://code.ungleich.ch/ungleich-public/ctt.git ~/Work/bin/ctt
15
</pre>
16
** Edit your PATH environment variable
17
*** e.g. open your ~/.bashrc and append
18
<pre>
19
export PATH=$PATH:~/Work/bin/ctt/bin
20
</pre>
21
*** source your ~/.bashrc
22
<pre>
23
source ~/.bashrc
24
</pre>