Skip to content

Commit 2df50d3

Browse files
shawnblakesleyMichelle Sintov
authored andcommitted
Remove lingering reference to SDK Folder in docs (#65)
1 parent 16b40bf commit 2df50d3

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/source/getstarted.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Prerequisites
2626
-------------
2727

2828
* You have completed the Installation steps, found here: :ref:`initial`
29+
* You have downloaded and extracted the example programs, found here: :doc:`Downloads </downloads>`
2930
* The Vector companion app is *not* currently connected to Vector.
3031
* Vector is connected to the same network as your computer.
3132
* You can see Vector's eyes on his screen.

docs/source/install-linux.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ To install the SDK, type the following into the Terminal window::
5454
Vector Authentication
5555
^^^^^^^^^^^^^^^^^^^^^
5656

57-
To authenticate with the robot, type the following into the Terminal window::
57+
To authenticate with the robot, type the following into the Terminal window. Note that during this configure step, your password will not show by design as a security precaution::
5858

5959
python3 -m anki_vector.configure
6060

@@ -105,7 +105,7 @@ To install the SDK, type the following into the Terminal window::
105105
Vector Authentication
106106
^^^^^^^^^^^^^^^^^^^^^
107107

108-
To authenticate with the robot, type the following into the Terminal window::
108+
To authenticate with the robot, type the following into the Terminal window. Note that during this configure step, your password will not show by design as a security precaution::
109109

110110
python3.6 -m anki_vector.configure
111111

docs/source/install-macos.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ The Vector SDK supports Python 3.6.1 or later.
3737
SDK Installation
3838
^^^^^^^^^^^^^^^^
3939

40-
To install the SDK, navigate into the SDK folder and type the following into a Terminal window::
40+
To install the SDK, type the following into the Terminal window::
4141

4242
python3 -m pip install --user anki_vector
4343

4444
^^^^^^^^^^^^^^^^^^^^^
4545
Vector Authentication
4646
^^^^^^^^^^^^^^^^^^^^^
4747

48-
To authenticate with the robot, type the following into the Terminal window::
48+
To authenticate with the robot, type the following into the Terminal window. Note that during this configure step, your password will not show by design as a security precaution::
4949

5050
python3 -m anki_vector.configure
5151

docs/source/install-windows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ run it on your computer.
3131
SDK Installation
3232
^^^^^^^^^^^^^^^^
3333

34-
To install the SDK, navigate into the SDK folder and type the following into a Command Prompt window::
34+
To install the SDK, type the following into the Command Prompt window::
3535

3636
py -3 -m pip install --user anki_vector
3737

@@ -43,7 +43,7 @@ To install the SDK, navigate into the SDK folder and type the following into a C
4343
Vector Authentication
4444
^^^^^^^^^^^^^^^^^^^^^
4545

46-
To authenticate with the robot, type the following into the Terminal window::
46+
To authenticate with the robot, type the following into the Command Prompt window. Note that during this configure step, your password will not show by design as a security precaution::
4747

4848
py -m anki_vector.configure
4949

0 commit comments

Comments
 (0)