Skip to content

Commit

Permalink
propose workaround for bug in Pkg.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq authored Jan 4, 2024
1 parent 1bc25fe commit 79b43ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ independent package with a faster and improved version of the Packmol package.

1. Install Julia in your system, with [juliaup](https://github.com/JuliaLang/juliaup#juliaup---julia-version-manager)

- Currently, for Windows, until [this bug](https://github.com/JuliaLang/Pkg.jl/issues/3643) is fixed, we recommend
installing the Julia 1.9.4 version. To do this, after installing `juliaup`, open the Windows Power Shell and type:
```
juliaup add 1.9
juliaup default 1.9
```

2. Launch julia and install this package:

```julia
Expand Down

0 comments on commit 79b43ed

Please sign in to comment.