From 227b192d3ad75e1ca47a164be7dbb9813345e2f1 Mon Sep 17 00:00:00 2001 From: "hyukin.kwon" Date: Tue, 24 Apr 2018 12:02:25 +0900 Subject: [PATCH] [TCT][NON-ACR]Update the contents of the README file Change-Id: I49e35f0b33b10cc1b92fe1c83477e0a5821579df --- release/csharp-tct_5.0_dotnet/README | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/release/csharp-tct_5.0_dotnet/README b/release/csharp-tct_5.0_dotnet/README index 6316855..09dcb81 100755 --- a/release/csharp-tct_5.0_dotnet/README +++ b/release/csharp-tct_5.0_dotnet/README @@ -5,7 +5,7 @@ python2.7, python-pip, requests sudo pip install requests sudo apt-get install python-dbus -change the owner and group about /opt +Change the owner and group of /opt sudo chown [user]:[user] /opt How to install : @@ -13,7 +13,7 @@ How to install : - Install TCT from source code: sudo python tct-setup.py - - Removing tct related folders in /opt + - Remove tct related folders in /opt (** caution : all files in /opt/tct, /opt/testkit, /opt/tools will be removed) sudo python tct-setup.py clean @@ -22,22 +22,22 @@ How to install : How to use : ================ - - Set environment on your target + - Set environment on your target device sudo python /opt/tct/{TCTProject}/scripts/tct-config-device.py - - TCT-Manager Execute the following command + - Execute the following command to launch TCT-Manager sudo tct-mgr - - TCT-Shell Execute the following command + - Execute the following command in order to use TCT-Shell tct-shell For Windows : ================ - - Prerequisite - 1. windows 7 - 32/64 bit + - Prerequisites + 1. Windows 7 - 32/64 bit 2. JDK 1.7 - 32bit ( You should install 32bit version. 3. python 2.7 - 32bit, should be set as environment path - - please use python 2.7 version, not 3.0 - https://www.python.org/downloads/windows/ + - Please use python 2.7 version, not 3.0 - https://www.python.org/downloads/windows/ - python lib which should be installed : install pip 1. Navigate to C:\Python27\Scripts @@ -48,7 +48,7 @@ For Windows : 2. unzip source code and open command window on unziped folder 3. $ python setup.py install - - install / run in command prompt - (try at same path of the below files using [shift]+[mouse right click] in window explorer) - 1. install : python tct-setup.py - 2. run : tct-mgr.bat + - Install / run in command prompt + (Run below scripts at the file location. You can launch the command prompt by [shift]+[mouse right click] on windows explorer) + 1. Install : python tct-setup.py + 2. Run : tct-mgr.bat -- 2.7.4