parent
a5b1e699e5
commit
419f6ea2ca
@ -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