You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- TODO: Make admonitions once scss is fixed. -->
23
+
See the [conda-forge grass feedstock](https://github.com/conda-forge/grass-feedstock)
24
+
for packaging details.
23
25
24
-
Add into an existing environment:
26
+
To add GRASS into an existing environment:
25
27
26
28
```bash
27
29
conda install -c conda-forge grass
@@ -63,7 +65,8 @@ conda activate grass
63
65
64
66
### Install with pixi
65
67
66
-
For faster dependency across multiple platforms, support for `pyproject.toml` and `environment.yml`, and global installation of tools use [pixi](https://pixi.prefix.dev/):
68
+
For faster dependency across multiple platforms, support for `pyproject.toml`
69
+
and `environment.yml`, and global installation of tools use [pixi](https://pixi.prefix.dev/):
67
70
68
71
```bash
69
72
# Installing grass as part of a workspace
@@ -74,15 +77,18 @@ pixi add grass
74
77
pixi shell
75
78
```
76
79
77
-
If you want to install GRASS as a globally available tool across your system without having to activate an environment:
80
+
If you want to install GRASS as a globally available tool across your system
81
+
without having to activate an environment:
78
82
79
83
```bash
80
84
pixi global install grass
81
85
```
82
86
83
87
### Environment file with pixi
84
88
85
-
By default, dependencies for the workspace are stored in the `pixi.toml` file. The `pixi.lock` file is the machine-readable file that lists all of the dependencies for your workspace.
89
+
By default, dependencies for the workspace are stored in the `pixi.toml` file.
90
+
The `pixi.lock` file is the machine-readable file that lists all of the
91
+
dependencies for your workspace.
86
92
87
93
If you're using pixi and want to share your environment with conda or mamba users:
88
94
@@ -118,6 +124,7 @@ grass
118
124
119
125
## Contribute
120
126
121
-
Please consider a financial contribution to the GRASS project to help us improve and maintain the software.
127
+
Please consider a financial contribution to the GRASS project to help us
0 commit comments