<h4> Python </h4>
On Linux, installing Python & all the associated packages is straightforward. Typically you can install them from a package manager, if you are using Fedora Core or similar ('''TODO: Confirm these work)''', just type:.
<pre>$ sudo yum install python3 python3-devel python3-libs</pre>
On Ubuntu or similar: