Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Feb 22, 2024
1 parent bd99c88 commit 0c095dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ import geoweaver
geoweaver.start()
```

or directly type in Terminal
```shell
gw start
```

This command checks if GeoWeaver is already installed. If not, it will automatically download and install GeoWeaver in your local environment. The GeoWeaver interface will then open in the cell output as an iframe, allowing you to access and utilize all the features provided by GeoWeaver.

2. **Stopping GeoWeaver**: To stop GeoWeaver, use the following command:
Expand All @@ -43,6 +48,11 @@ This command checks if GeoWeaver is already installed. If not, it will automatic
geoweaver.stop()
```

or directly type in Terminal
```shell
gw stop
```

3. **Listing Existing Objects**: To list the existing hosts, processes, and workflows, execute the respective commands:

```python
Expand Down

0 comments on commit 0c095dd

Please sign in to comment.