File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -98,16 +98,19 @@ ASGarD has a pip installer called [ornl-asgard](https://pypi.org/project/ornl-as
98
98
99
99
Both venv and user-space installs are supported, e.g.,
100
100
```
101
- python3 -m pip install onrl -asgard==0.7.0a2 --user
101
+ python3 -m pip install ornl -asgard --user
102
102
```
103
103
The ` --user ` tag is not needed for a venv install
104
104
```
105
- python3 -m pip install onrl -asgard==0.7.0a2
105
+ python3 -m pip install ornl -asgard
106
106
```
107
107
108
108
The installer is still experimental and the version will be changing often,
109
109
check the PyPIP project page and please report potential issues.
110
110
111
+ OSX and other systems often come with different versions of python,
112
+ be consistent between the version used for install and runtime.
113
+
111
114
### Basic usage
112
115
113
116
List of all ASGarD flags is given by the executable
You can’t perform that action at this time.
0 commit comments