In this page, you can find all the possible alternatives to install the VMD Store extension.
Minimum Requirements:
- Operating System: macOS, Linux, or Windows
- Visual Molecular Dynamics (VMD) 1.9.3 or later
- wget (for Linux and macOS)
1. Install VMD Store through VMD Tk Console
This installation process can be used on every machine running VMD 1.9.3 or later.
- Download and unpack the compressed archive;
- Launch VMD (1.9.3 or later) and open the Tk Console (Extensions > Tk Console);
- Go to the unpacked directory on Tk Console. Example:
[LINUX/macOS]
cd /home/users/myname/Downloads/BioSIM-Research-Group-vmdStore-19131bc/
or
[WINDOWS]
cd C:/Users/myname/Downloads/BioSIM-Research-Group-vmdStore-19131bc/ - Run the following command on Tk Console:
play vmdStore-installer-tkconsole.tcl - Follow the instructions;
- Done!
Re-launch VMD and open VMD Store at Extensions > VMD Store > VMD Store.
If you need extra help, please check the following video tutorial:
2. Install VMD Store through the GUI Installer [Deprecated]
This installation method is available for Linux, macOS and Linux.
- Download the installer;
- Execute the installer file;
- Follow the instructions;
- Done!
Re-launch VMD and open VMD Store at Extensions > VMD Store > VMD Store.
3. Install VMD Store through the bash script
This installation method is highly recommended for expert users running VMD on Linux or macOS.
- Download the installer (bash script);
- Execute the bash script:
bash install-vmdStore.sh - Follow the instructions;
- Done!
Re-launch VMD and open VMD Store at Extensions > VMD Store > VMD Store.
4. Install VMD Store manually
- Download or clone the GitHub repository.
- Copy the “vmdStore” directory, which is located inside the download package, to a Read&Write allowed directory on your system.
- Edit the “vmdStore/vmdStore.rc” file to replace the “none” word by the path where the vmdStore directory is located.
Example: “/home/users/name/vmdStore”. (Attention: Enclose the path in quotation marks) - Add the following lines to your .vmdrc or vmd.rc file:
Replace the “none” word by the path where the vmdStore.rc file is located. Example: “/home/users/name/vmdStore/vmdStore.rc” - Start VMD. It could be necessary to restart VMD on first launch after vmdStore installation.