File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,16 @@ Install `julia` via https://julialang.org/downloads/#install_julia and make
2020sure that the first option is chosen, which installs the ` juliaup ` version
2121manager. This is essential for the product manager to work.
2222
23- Next run the following command in a terminal window to install the product manager package:
23+ Next run one of the following commands in a terminal window to install the
24+ product manager package:
25+
26+ ** Windows Users**
27+
28+ ```
29+ julia --project=@PumasProductManager -i -e 'import Pkg; Pkg.add(url=\"https://github.com/PumasAI/PumasProductManager.jl\"); import PumasProductManager'
30+ ```
31+
32+ ** macOS and Linux Users**
2433
2534```
2635julia --project=@PumasProductManager -i -e 'import Pkg; Pkg.add(url="https://github.com/PumasAI/PumasProductManager.jl"); import PumasProductManager'
You can’t perform that action at this time.
0 commit comments