PyTon is a free python learning software that is still in development
If you want to test it out, download the newest version of PyTon (depending on your OS) and the files/ folder
Then put both, the folder and the Executable file, in the same directory somewhere on your computer
The tree should look like this (only change "head_directory" to your actual head directory)
head_directory/
├── files/
└── PyTon-Linux-x.x.x / PyTon-Windows-x.x.xYou need to have git installed If you don't have it installed, you can simply install by using your package manager
If you don't know your package manager, simply look it up on the internet
sudo apt-get install git
You also need to install the rust compiler "rustc" using your package manager, just as you did with git
sudo apt-get install rustc
git clone https://github.com/Kopernikus73/PyTon
cd PyTon/src
chmod +x main.rs
rustc main.rs
mv main ../
If you are on windows, you can simply run the file over the Terminal
--/PyTon-Windows-x.x.x
Replace the 2 dashes with the name of the directory the file is in. And replace the x.x.x with the version of the downloaded file
If you are on a GNU/Linux based operating system, you can also simply run the file in the Terminal
If you have installed PyTon over the releases tab on GitGub take the following steps
cd --
Replace the 2 dashes with the directory
chmod +x PyTon-Linux-x.x.x
./PyTon-Linux-x.x.x
If you have installed and compiled PyTon manually take the following steps
cd --
Replace the 2 dashes with the directory
./main