diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-30 18:46:47 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-30 18:46:47 +0000 |
commit | f6da53ee3575696ed955fef831b9e5380c83dce1 (patch) | |
tree | b8058a8910c80c79cb6fa11c2b01c3f1a15a948f /src/PythonIDE/readme.md | |
parent | 0f5bb5efa6bc534392cf9b15ed05e7a383ad5e2a (diff) | |
download | esotericFORTRAN-f6da53ee3575696ed955fef831b9e5380c83dce1.tar.gz esotericFORTRAN-f6da53ee3575696ed955fef831b9e5380c83dce1.zip |
added save as and new file implementations
Diffstat (limited to 'src/PythonIDE/readme.md')
-rw-r--r-- | src/PythonIDE/readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/PythonIDE/readme.md b/src/PythonIDE/readme.md new file mode 100644 index 0000000..c346509 --- /dev/null +++ b/src/PythonIDE/readme.md @@ -0,0 +1,5 @@ +# Python esotericFORTRAN IDE + +- It's made with python, no non-default python libraries are needed +- `java` must be on the path for it to work +- The `.jar` must be compiled and set as the first argument (an example `.bat` is here)
\ No newline at end of file |