3. Click "Install", and agree to the terms, then wait for xcode to install.
4. Run `cd ~/Documents` to go to your Documents folder.
5. Run `git clone https://github.com/askiiart/simco-construction-calculator` to clone the repository.
6. Run `cd simco-construction-calculator/` to go into the folder.
7. Run `python3 main.py` to run the program.
## Linux
This won't be as detailed, because Linux varies so much, and because Linux users tend to know how to do this anyways.
P.S. this is all in the terminal.
1. Install git - this varies by distro (well, your package manager, like apt, dnf, etc.), but is usually `sudo apt install git` or `sudo dnf install git` or something like that.
2. Run `cd ~/Documents` to go to your Documents folder.
2. Run `git clone https://github.com/askiiart/simco-construction-calculator` to clone the repository.
3. Run `cd simco-construction-calculator/` to go into the folder.
1. Install [Pydroid 3](https://play.google.com/store/apps/details?id=ru.iiec.pydroid3), **and** the [Pydroid repository plugin](https://play.google.com/store/apps/details?id=ru.iiec.pydroid3.quickinstallrepo) from the Google Play Store
5. Click the back arrow, then copy the code from [here](https://raw.githubusercontent.com/askiiart/simco-construction-calc/master/main.py). Paste the code into Pydroid 3, then click the run button in the bottom right.
You could also run this in a Jupyter notebook on Google Colab, but that would be tricky because it's a Jupyter notebook, and so isn't very interactive. Feel free to fork this and make a Colab version, though. Or maybe I'll make a Colab version, but don't count on it.
*I'm running this on Android-x86 in a virtual machine. Android-x86 is a project that allows Android to run on desktop computer hardware, and a virtual machine is a virtual computer.