Skip to content

Commit b7c789a

Browse files
Add separate Windows install instruction (#2)
1 parent 78a37ef commit b7c789a

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,16 @@ Install `julia` via https://julialang.org/downloads/#install_julia and make
2020
sure that the first option is chosen, which installs the `juliaup` version
2121
manager. 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
```
2635
julia --project=@PumasProductManager -i -e 'import Pkg; Pkg.add(url="https://github.com/PumasAI/PumasProductManager.jl"); import PumasProductManager'

0 commit comments

Comments
 (0)