Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devops398 authored Jul 13, 2020
1 parent 986859a commit 7d3988c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ Simple example of own trading bot running on your computer or own cloud, using C
### Installation

```
$ git clone git@github.com:Cryptocurrencies-AI/trading-bot-example.git
$ cd trading-bot
$ git clone https://github.com/Cryptocurrencies-AI/trading-bot-example.git
$ cd trading-bot-example
$ pip3 install -r requirements.txt
$ python3 trade.py
```

### Deployment

// todo
// todo

0 comments on commit 7d3988c

Please sign in to comment.