Update README.rst
parent
45b5902d77
commit
7037d04df4
|
@ -97,10 +97,10 @@ then, `crack a conda shell`_ and run the following commands::
|
||||||
pip install -e . -r requirements.txt # install piker in editable mode
|
pip install -e . -r requirements.txt # install piker in editable mode
|
||||||
piker -b kraken -b binance chart btcusdt.binance # command to load chart for test
|
piker -b kraken -b binance chart btcusdt.binance # command to load chart for test
|
||||||
|
|
||||||
# FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\wyatt\\AppData\\Roaming\\piker\\brokers.toml'
|
potential errors:
|
||||||
# navigate to file directory above (may be different on your machine, location should be listed in the error)
|
- FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\user\\AppData\\Roaming\\piker\\brokers.toml'
|
||||||
# create folder and copy and paste file or create a blank file using notepad --> 'C:\\Users\\user\\code\\data/brokers.toml'
|
- navigate to file directory above (may be different on your machine, location should be listed in the error)
|
||||||
|
- create folder and copy and paste file or create a blank file using notepad --> 'C:\\Users\\user\\code\\data/brokers.toml'
|
||||||
|
|
||||||
now that piker is installed we can set up vscode as the default terminal for running piker and editing the code.
|
now that piker is installed we can set up vscode as the default terminal for running piker and editing the code.
|
||||||
within vscode you are going to want cmd.exe as your default terminal.
|
within vscode you are going to want cmd.exe as your default terminal.
|
||||||
|
|
Loading…
Reference in New Issue