summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL48
1 files changed, 48 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 00000000..4860d95b
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,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 `python2 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.
+
+