Skip to content

Commit

Permalink
TroubleshootingInstallDev
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Feb 5, 2024
1 parent e2c92f3 commit 865604d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ flag set to your `run` directory, e.g.,
julia --project=.
```
if already inside the `run` directory.
If you encounter errors executing `julia --project=. -e 'using Pkg; Pkg.develop(PackageSpec(path=".."))'`
it might help to update the packages first:
`julia --project=. -e 'using Pkg; Pkg.update()'`

The advantage of using a separate `run` directory is that you can also add other
related packages (see below, e.g., for time integration or visualization) to the
Expand Down

0 comments on commit 865604d

Please sign in to comment.