Skip to content

Commit 3f1f3a4

Browse files
authored
fix doc typo (#773)
* fix doc typos
1 parent 47ecd57 commit 3f1f3a4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doxygen/installation.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,19 @@ ASGarD has a pip installer called [ornl-asgard](https://pypi.org/project/ornl-as
9898

9999
Both venv and user-space installs are supported, e.g.,
100100
```
101-
python3 -m pip install onrl-asgard==0.7.0a2 --user
101+
python3 -m pip install ornl-asgard --user
102102
```
103103
The `--user` tag is not needed for a venv install
104104
```
105-
python3 -m pip install onrl-asgard==0.7.0a2
105+
python3 -m pip install ornl-asgard
106106
```
107107

108108
The installer is still experimental and the version will be changing often,
109109
check the PyPIP project page and please report potential issues.
110110

111+
OSX and other systems often come with different versions of python,
112+
be consistent between the version used for install and runtime.
113+
111114
### Basic usage
112115

113116
List of all ASGarD flags is given by the executable

0 commit comments

Comments
 (0)