Skip to content

Commit

Permalink
use julia-repl syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Aug 26, 2024
1 parent d926802 commit 900f8e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ independent package with a faster and improved version of the Packmol package.

2. Launch julia and install this package:

```julia
```julia-repl
julia> import Pkg; Pkg.add("Packmol")
```

Expand All @@ -23,7 +23,7 @@ julia> import Pkg; Pkg.add("Packmol")

Run packmol in your input file with:

```julia
```julia-repl
julia> using Packmol
julia> run_packmol()
Expand All @@ -34,7 +34,7 @@ Packmol will run immediately once the file is open.

Alternativelly, you can provide the path to the file explicitly, with:

```julia
```julia-repl
julia> run_packmol(raw"C:\users\my_user\my_files\my_input_file.inp")
```

Expand All @@ -44,7 +44,7 @@ For command-line usage, we suggest the following procedure:

Start Julia and create an environment where packmol is installed:

```julia
```julia-repl
julia> import Pkg
julia> Pkg.activate("Packmol", shared=true)
Expand Down

0 comments on commit 900f8e2

Please sign in to comment.