blob: 97e090d938004f5578f34abcd794c0ddb16f42f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
eSim installation instructions
=================================
Table of contents
1. eSim installation in Ubuntu (LINUX)
2. eSim installation in Windows
1. eSim installation in Ubuntu.
After downloading eSim, extract it using:
$ unzip eSim.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
Above script will install eSim along with dependencies.
Please report any eSim installation related issue/error at forums.fossee.in
How to Run eSim
=================
A. Through Terminal
$ 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.
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.
|