diff options
author | Rahul P | 2020-03-04 17:01:11 +0530 |
---|---|---|
committer | GitHub | 2020-03-04 17:01:11 +0530 |
commit | 8ffe81b36caa259151978de0434e4e0c5c32d217 (patch) | |
tree | 32202454d13dfabbf6556e98987f2a9632619ea9 /INSTALL | |
parent | e40317e709c220176fc5b7edf23d4434504335b0 (diff) | |
parent | 13f3bcfda9416624cebbf5705de398e8efcad344 (diff) | |
download | eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.gz eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.tar.bz2 eSim-8ffe81b36caa259151978de0434e4e0c5c32d217.zip |
Merge pull request #132 from rahulp13/master
major changes
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -14,13 +14,13 @@ Table of contents After downloading eSim, extract it using: - $ unzip eSim.zip + $ unzip eSim-2.0.zip Now change directories in to the top-level source directory (where this INSTALL file can be found). To install eSim and other dependecies run the following command. - $ ./install-linux.sh --install + $ ./install-eSim.sh --install Above script will install eSim along with dependencies. @@ -30,19 +30,18 @@ Table of contents ================= A. Through Terminal - $ esim + + $ esim B. Double click eSim desktop icon - C. From command line : Do `cd src/fronEnd` and type `python3 Application.py` to open eSim. - 2. eSim installation in Windows - After downloading eSim for Windows from esim.fossee.in , extract it. + After downloading eSim for Windows from esim.fossee.in , extract it. Disable the antivirus (if any). Now right click the `Setup.exe` and `run it as Administrator`. And then follow the instruction. - Note : Please make you run it as administrator otherwise it won't set the environment variable properly. + Note : Please make sure you run it as administrator otherwise it won't set the environment variable properly. |