forked from freqtrade/freqtrade
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update README; make main.py executable
- Loading branch information
gcarq
committed
May 18, 2017
1 parent
a5b1e69
commit 419f6ea
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |