Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tanay1337 committed Mar 15, 2024
1 parent cba5885 commit 756c0b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,21 +19,21 @@ It does not rely on Safe{Core} API and can also be used in networks where Safe s

Once Docker is installed on your system, run the following command to create Safe Smart Accounts:

```
```bash
docker run -it safeglobal/safe-cli safe-creator
```

You can also run the following command to run the Safe CLI:
```
docker run -it safeglobal/safe-cli safe-cli
You can also run the following command to run the Safe CLI with an existing Safe:
```bash
docker run -it safeglobal/safe-cli safe-cli <checksummed_safe_address> <ethereum_node_url>
```

## Using Python PIP

**Prerequisite:** [Python](https://www.python.org/downloads/) >= 3 (Python 3.10 is recommended).
**Prerequisite:** [Python](https://www.python.org/downloads/) >= 3.7 (Python 3.10 is recommended).

Once Python is installed on your system, run the following command to install Safe CLI:
```
```bash
pip3 install -U safe-cli
```

Expand Down

0 comments on commit 756c0b1

Please sign in to comment.