Skip to content

Commit

Permalink
update PB run instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
enarjord committed Oct 16, 2024
1 parent 178890e commit b75a16c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,17 @@ Add your keys to api-keys.json.

### Step 6: Run Passivbot

Make a live configuration file, using `configs/live/example_config.hjson` as a template.
To start the bot with the default settings, run:

```sh
python src/main.py -u {account_name_from_api-keys.json}
```

or make a new configuration file, using `configs/template.json` as a template.

To start the bot, run:

```sh
python src/main.py configs/live/example_config.hjson
python src/main.py path/to/config.json
```

## Jupyter Lab
Expand Down

0 comments on commit b75a16c

Please sign in to comment.