Update README.rst

no_orderid_in_error
wattygetlood 2022-02-23 18:13:44 -05:00 committed by GitHub
parent 45b5902d77
commit 7037d04df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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
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'
# 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'
potential errors:
- FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\user\\AppData\\Roaming\\piker\\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.
within vscode you are going to want cmd.exe as your default terminal.