Installing pmx Philip Fowler, 4th February 201924th October 2022 The current version of pmx is Python2. Thanks to Dom we know there is a new Python 3 version coming but it is not released yet. These are some quick instructions so download and install the newer Python3 version. First, let’s clone into a safe folder in our $HOME directory. $ cd packages/ Now let’s clone the repo, which by default will set us up on the master branch $ git clone https://github.com/dseeliger/pmx.git $ cd pmx/ $ git branch * master The new version is in the develop branch so we need to check that out $ git checkout develop Now we can install. Recommend doing an installation into your $HOME directory rather than a system-wide install to keep things tidy $ python setup.py install --user And pmx should be in your $PATH! $ pmx Share this:Twitter Related free energy GROMACS wiki
Changing the sans-serif font to Helvetica 3rd January 20193rd January 2019 I’m come right out with it; I hate the default font in matplotlib. It looks… Share this:Twitter Read More
Compiling on a Mac 9th January 20199th January 2019 These notes are specifically how to compile GROMACS on a Mac. We’ll need gccand cmake,netiher… Share this:Twitter Read More