how to install and setup doge
Open your terminal/cmd on the folder you want to install doge.
Enter the following commands
git clone https://github.com/SarangT123/doge-install
This command will install and unpack doge in the folder and this will have all the neccessery files
The following commands can be used in linux os to add this into your path
Copy your folder address for 'doge-install'
alias doge='python3 /<yourlocation>/shell.py'
This will install the packages required to the folder
If you see a folder named doge-install You have completed this step successfully
Then you will need to install python (3.6 or higher). This is becuase python is the base for doge
How to start coding with doge
After you have finished the instalation you can make a new file to start writing your code
now you can start coding. To start learning you can visit our documentation
after you have coded your program we need to run it. In order to do that you can type the following command
python /doge-install/shell.py
python3 ./doge-install/shell.py
this will initialize the shell
Now in order to run your code type the following in your shell
This will start running your file