Abdur-rahmaanJ/greenberry

add ide usage tutorial

Abdur-rahmaanJ opened this issue · 13 comments

either on wiki or a separate markdown document. add code running instructions on ide with screenshots

hello, i am new to contributing to open source orgs, can I take this issue?

But the download button in https://www.appinv.science/greenBerry/ is leading me to https://github.com/Abdur-rahmaanJ/greenBerry;
how should the code be downloaded?
since i will be able to make a tutorial only if I am familiar with it's usage

i tried the instructions, and this is where I ended
can you please tell me how can i load a .gb file here?

greenBerryinst

You should run "python gb_ide.py" from your command line. In your screenshot you first ran "python gb_repl.py", which is not the correct way. Once gb_ide.py is opened, you will see a window which you can use as an IDE.
image

Got it!
I tried some code too, and it ran nicely
what command am i supposed to run after this?
and also, i ran 'python gb_ide.py' after this and I cannot make out what the output here means..
gb_main running

In this screenshot you ran gb_main.py instead of gb_ide.py
Once you run gb_ide.py, there will be no output in command line, only the IDE window will pop up.

yes i did that, and it worked pretty well

i was just asking that what is the use of 'python gb_main.py' command
since i couldn't understand it's output

Oh, it just runs whatever is inside main.gb

Alright!
I will come up with the tutorial in about 3 days
Will that be fine?

Yes sure, take your time.

Resolved with pull request #73