File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,11 @@ The following instructions will install the following:
161
161
162
162
Setup instructions for Windows using Chocolatey:
163
163
164
+ > [ !WARNING]
165
+ > These setup instructions assume a clean system with none of these applications installed.
166
+ > If your machine is already partially set up you may be better off manually installing
167
+ > what you're missing.
168
+
164
169
- Open PowerShell as Administrator
165
170
166
171
- Install [ Chocolatey] ( https://docs.chocolatey.org/en-us/choco/setup#installing-chocolatey-cli )
@@ -180,6 +185,9 @@ Setup instructions for Windows using Chocolatey:
180
185
choco install git
181
186
```
182
187
188
+ > [ !WARNING]
189
+ > You may need to restart PowerShell for git to be recognized.
190
+
183
191
After installing Git, you may need to disable ` core.autocrlf ` to prevent line ending issues.
184
192
185
193
``` sh
@@ -202,7 +210,7 @@ Setup instructions for Windows using Chocolatey:
202
210
203
211
> [ !WARNING]
204
212
> This next step will likely take a long time.
205
- > Make sure to restart your computer once it is finished .
213
+ > You may need to restart PowerShell for c++ build tools to be recognized .
206
214
207
215
- Install [ Visual C++ build tools workload for Visual Studio 2022] ( https://community.chocolatey.org/packages/visualstudio2022-workload-vctools )
208
216
@@ -230,6 +238,9 @@ Setup instructions for Windows using Chocolatey:
230
238
choco install python --version < version>
231
239
```
232
240
241
+ > [ !WARNING]
242
+ > You may need to restart PowerShell for python to be recognized.
243
+
233
244
- Install [ setuptools] ( https://pypi.org/project/setuptools/ )
234
245
235
246
``` sh
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ grep .dmg signature.asc
94
94
<details >
95
95
<summary >Windows</summary >
96
96
97
- ** Powershell **
97
+ ** PowerShell **
98
98
99
99
``` PowerShell
100
100
Get-FileHash -Algorithm SHA256 session-desktop-win-x64-$SESSION_VERSION.exe # checksum is uppercase but should otherwise match
You can’t perform that action at this time.
0 commit comments