update README; make main.py executable
This commit is contained in:
parent
a5b1e699e5
commit
419f6ea2ca
11
README.md
11
README.md
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user