File size: 603 Bytes
1db5a60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This directory stores the packaged SpatialGT runtime environment for users who
prefer not to rebuild the Python stack manually.

Expected archive:

```bash
spatialgt_env.tar.gz
```

To restore it from the repository root:

```bash
mkdir -p environment
tar -xzf environment/spatialgt_env.tar.gz -C environment
```

After extraction, the UI launcher will automatically find
`environment/spatialgt/bin/python`:

```bash
bash spatialgt_agent_ui/run.sh
```

You can also point the launcher to any compatible environment:

```bash
bash spatialgt_agent_ui/run.sh --spatialgt /path/to/environment/spatialgt
```