mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
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
|
# 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