From 7037d04df42f0d577bf9535ea0a44c1c07e5a9f3 Mon Sep 17 00:00:00 2001 From: wattygetlood <61716739+wattygetlood@users.noreply.github.com> Date: Wed, 23 Feb 2022 18:13:44 -0500 Subject: [PATCH] Update README.rst --- README.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index f427647b..c0915ecc 100644 --- a/README.rst +++ b/README.rst @@ -96,11 +96,11 @@ 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.