update README; make main.py executable

This commit is contained in:
gcarq 2017-05-12 19:26:40 +02:00
parent a5b1e699e5
commit 419f6ea2ca
2 changed files with 10 additions and 1 deletions

View File

@ -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
```

0
main.py Normal file → Executable file
View File