diff options
author | rahulp13 | 2020-03-03 16:06:53 +0530 |
---|---|---|
committer | rahulp13 | 2020-03-03 16:06:53 +0530 |
commit | 97d853bfb3eb505bba9ea5cb3a1f1a11c90d9984 (patch) | |
tree | 561fed83e3230354229484175ba1c8737e1606e2 | |
parent | 13bda1ef3163f24f063b6209d523f536121adce6 (diff) | |
download | eSim-97d853bfb3eb505bba9ea5cb3a1f1a11c90d9984.tar.gz eSim-97d853bfb3eb505bba9ea5cb3a1f1a11c90d9984.tar.bz2 eSim-97d853bfb3eb505bba9ea5cb3a1f1a11c90d9984.zip |
Note for working with installers only
-rw-r--r-- | Windows/.gitignore | 1 | ||||
-rw-r--r-- | Windows/readme.md | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Windows/.gitignore b/Windows/.gitignore new file mode 100644 index 00000000..445f2352 --- /dev/null +++ b/Windows/.gitignore @@ -0,0 +1 @@ +kicad*.exe
\ No newline at end of file diff --git a/Windows/readme.md b/Windows/readme.md index 390fefc4..88180144 100644 --- a/Windows/readme.md +++ b/Windows/readme.md @@ -4,6 +4,9 @@ eSim Installer (Windows OS) It contains all the documenation for making eSim executable (using PyInstaller) and eSim Installation Script on Windows 7 and above. +> Note : Do not develop eSim on Windows OS. Work only with `installers` branch on Windows OS and do development on Linux OS. +> Reference : https://stackoverflow.com/questions/37672886/cannot-get-rid-of-unstaged-files-in-git-on-my-local + ## eSim Executable: 1. Download and install "Python-3.5.2", "Git For Windows". Use "Git Bash" for all following shell commands. |