@@ -54,7 +54,7 @@ <h4>i. Setting Up the MSYS2 Package Manager (If Network-Restricted)</h4>
5454< pre
5555 style ="font-family: Consolas, Monaco, "Lucida Console", monospace "
5656>
57- C:\msys64\etc\pacman.d
57+ C:\msys64\etc\pacman.d
5858</ pre >
5959< h4 > ii. Installing Dependencies</ h4 >
6060< p >
@@ -66,11 +66,11 @@ <h4>ii. Installing Dependencies</h4>
6666< pre
6767 style ="font-family: Consolas, Monaco, "Lucida Console", monospace "
6868>
69- $ pacman -Syu
70- $ pacman -S msys2-runtime
71- $ pacman -S rsync
72- $ pacman -S mingw-w64-ucrt-x86_64-python-pip
73- $ pacman -S mingw-w64-ucrt-x86_64-rust
69+ $ pacman -Syu
70+ $ pacman -S msys2-runtime
71+ $ pacman -S rsync
72+ $ pacman -S mingw-w64-ucrt-x86_64-python-pip
73+ $ pacman -S mingw-w64-ucrt-x86_64-rust
7474</ pre >
7575< p >
7676 Other utility packages such as
@@ -140,7 +140,7 @@ <h4>Downgrading Python packages</h4>
140140< pre
141141 style ="font-family: Consolas, Monaco, "Lucida Console", monospace "
142142>
143- $ pacman -U /c/Users/<username>/Downloads/<package-name></ pre
143+ $ pacman -U /c/Users/<username>/Downloads/<package-name></ pre
144144>
145145
146146< h4 > iii. Configuring the Rust Package Manager (If Network-Restricted)</ h4 >
@@ -188,13 +188,13 @@ <h4>iii. Configuring the Rust Package Manager (If Network-Restricted)</h4>
188188< pre
189189 style ="font-family: Consolas, Monaco, "Lucida Console", monospace "
190190>
191- %USERPROFILE%\.cargo
191+ %USERPROFILE%\.cargo
192192</ pre >
193193< p > For a user named Murfey, for example, this would take the form:</ p >
194194< pre
195195 style ="font-family: Consolas, Monaco, "Lucida Console", monospace "
196196>
197- C:\Users\Murfey\.cargo
197+ C:\Users\Murfey\.cargo
198198</ pre >
199199< p >
200200 With this file configured,
@@ -223,9 +223,9 @@ <h3>A. (Optional) Setting Up a Virtual Environment</h3>
223223< pre
224224 style ="font-family: Consolas, Monaco, "Lucida Console", monospace "
225225>
226- $ pip install virtualenv --index-url {{ request.url.scheme }}://{{ netloc }}{{ proxy_path }}/pypi --trusted-host {{ netloc }}
227- $ virtualenv your-env-name # Create the virtual environment
228- $ source your-env-name/bin/activate # Activate the virtual environment
226+ $ pip install virtualenv --index-url {{ request.url.scheme }}://{{ netloc }}{{ proxy_path }}/pypi --trusted-host {{ netloc }}
227+ $ virtualenv your-env-name # Create the virtual environment
228+ $ source your-env-name/bin/activate # Activate the virtual environment
229229</ pre >
230230< h3 > B. Installing Murfey</ h3 >
231231< p >
@@ -235,7 +235,7 @@ <h3>B. Installing Murfey</h3>
235235< pre
236236 style ="font-family: Consolas, Monaco, "Lucida Console", monospace "
237237>
238- $ pip install murfey --index-url {{ request.url.scheme }}://{{ netloc }}{{ proxy_path }}/pypi/index --trusted-host {{ netloc }}
238+ $ pip install murfey --index-url {{ request.url.scheme }}://{{ netloc }}{{ proxy_path }}/pypi/index --trusted-host {{ netloc }}
239239</ pre >
240240
241241< h4 > Installing Pillow</ h4 >
@@ -268,7 +268,7 @@ <h4>Installing Pillow</h4>
268268< pre
269269 style ="font-family: Consolas, Monaco, "Lucida Console", monospace "
270270>
271- $ ZLIB_ROOT="/ucrt64" pip install pillow --index-url {{ request.url.scheme }}://{{ netloc }}{{ proxy_path }}/pypi/index --trusted-host {{ netloc }}
271+ $ ZLIB_ROOT="/ucrt64" pip install pillow --index-url {{ request.url.scheme }}://{{ netloc }}{{ proxy_path }}/pypi/index --trusted-host {{ netloc }}
272272</ pre >
273273
274274{% endblock %}
0 commit comments