diff --git a/docs/download.shtml b/docs/download.shtml index 0237eb8..407944a 100755 --- a/docs/download.shtml +++ b/docs/download.shtml @@ -24,13 +24,22 @@ dynamics simulations. Journal of Computational Chemistry, 30(13):2157-2164, 2009.

-

Download alternatives:

- -1. [Packmol.jl]: -This is a multi-platform wrapper for Packmol, written in Julia. It is easy to use and install. -Follow the instructions in the README file of the repository to install the package. +

How to download and install Packmol:

+1. The easiest way to get Packmol running on any platform (Windows, MacOS, Linux) +is to use the Julia wrapper for Packmol. To use it:

+ +- Install Julia from: https://julialang.org/downloads/
+- Open Julia and type: import Pkg; Pkg.add("Packmol")
+- Inside the Julia REPL, type: using Packmol; run_packmol()
+ +
+This will open a GUI from which you will be able to select the input file to be used by Packmol. +Additional details can be found in the + +

Advanced download alternatives:

+ 2. [LATEST RELEASE REPOSITORY]: This is the repository of the source-code of the latest release of Packmol.