Skip to content

Commit

Permalink
update README; make main.py executable
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarq committed May 18, 2017
1 parent a5b1e69 commit 419f6ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# marginbot

Cryptocurrency micro trading bot
Cryptocurrency micro trading bot

```
cd marginbot/
cp config.json.example config.json
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
./main.py
```
Empty file modified main.py
100644 → 100755
Empty file.

0 comments on commit 419f6ea

Please sign in to comment.