You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ ParticlesMC is a Julia package for performing atomic and molecular Monte Carlo s
18
18
</p>
19
19
20
20
<palign="center">
21
-
MC simulation of a 2D liquid. This example can be reproduced by running <code>particlesmc params.toml</code> in the <code>data/movie/</code> folder. Movie generated with <ahref="https://www.ovito.org/"> ovito</a>.
21
+
MC simulation of a 2D liquid. This example can be reproduced by running <code>particlesmc params.toml</code> in the <code>data/movie/</code> folder. Movie generated with <ahref="https://www.ovito.org/"> ovito</a>.
22
22
</p>
23
23
24
24
## Features
@@ -36,22 +36,23 @@ ParticlesMC is a Julia package for performing atomic and molecular Monte Carlo s
36
36
- Julia version 1.9 or higher
37
37
38
38
### Installing ParticlesMC
39
-
After the 1st release, you will be able to install ParticlesMC using the Julia package manager in one of two ways:
39
+
You can install ParticlesMC using the Julia package manager in one of two ways:
40
40
41
41
1. Using the package mode (press `]` in the Julia REPL):
I you want to build `ParticlesMC`, enter the package mode (press `]` in the Julia REPL) and type:
54
+
The build should be automatic when installing `ParticlesMC`. If it hasn't, you can manually build the package, by entering the package mode (press `]` in the Julia REPL) and by typing:
0 commit comments