The goal of this is for me to learn while keeping all the code. But expect bugs, questionable code, some face palms and a kind of fucked up code! :)
Navigate to GitHub Releases, click latest release, download "MarOS-vX.X.X.py" (X is a number)
Go to the folder with the downloaded file, right-click on free space (where you won't select files), "Open in terminal" and type "python MarOS-vX.X.X.py".
Search "python" in Google, open the first link, and then download. If it asks, add it to $PATH, now you have it. On Linux, it's preinstalled, if not, then: Ubuntu/Debian:
sudo apt install pythonArch Linux/EndeavourOS/Manjaro:
sudo pacman -S pythonFedora/RHEL (Red Hat Enterprise Linux):
sudo dnf install pythonOn macOS, Apple removed Python 2 as a preinstalled package. To install, you have 2 methods:
- Install from python.org
Or if you prefer homebrew -
brew install python
I want to keep my learning progress safe and share it.
Yes! Feel free to make pull requests, but please, don't remove the jokes as they are important (kinda)!