This repository created by Pavel Filippenko and Mikhail Ovsiannikov.
$ git clone https://github.com/OAMichael/Lagrange-s-case-visualization.git
$ make
$ ./Main.exe
You have two ways to execute python code on your computer. First case:
$ python3 <filename>.py <args>
Second case:
$ chmod +x <filename>.py
$ ./<filename>.py <args>
ATTENTION: In the second case the first line in your python script must be
#!/usr/bin/env python3