From 9ddaf0f4e7b9de2d0090726c4a929e985ad62237 Mon Sep 17 00:00:00 2001 From: wattygetlood <61716739+wattygetlood@users.noreply.github.com> Date: Wed, 23 Feb 2022 18:17:14 -0500 Subject: [PATCH] Update README.rst --- README.rst | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index c0915ecc..de052dfc 100644 --- a/README.rst +++ b/README.rst @@ -75,10 +75,11 @@ for a development install:: install for tinas ***************** for windows peeps you can start by installing all the prerequisite software: -install git with all default settings - https://git-scm.com/download/win -install visual studio code default settings - select default profile for terminal as "cmd" (command prompt) - https://code.visualstudio.com/download -install anaconda all default settings - https://www.anaconda.com/products/individual -install microsoft build tools (check the box for Desktop development for C++) - https://visualstudio.microsoft.com/visual-cpp-build-tools/ + +- install git with all default settings - https://git-scm.com/download/win +- install visual studio code default settings - select default profile for terminal as "cmd" (command prompt) - https://code.visualstudio.com/download +- install anaconda all default settings - https://www.anaconda.com/products/individual +- install microsoft build tools (check the box for Desktop development for C++) - https://visualstudio.microsoft.com/visual-cpp-build-tools/ then, `crack a conda shell`_ and run the following commands:: @@ -98,9 +99,9 @@ then, `crack a conda shell`_ and run the following commands:: piker -b kraken -b binance chart btcusdt.binance # command to load chart for test 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' +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.