Skip to content

Commit

Permalink
Updated website
Browse files Browse the repository at this point in the history
  • Loading branch information
borjasotomayor committed Mar 22, 2024
1 parent 06143e7 commit bc10938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/started.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@
<li><p>You should be able to compile and run the code for this class on Windows, MacOS, and Linux.
If you are using a Windows system, you must specifically use WSL (Windows Subsystem for Linux).
We will not be able to provide support if your use Windows PowerShell.</p>
<p>Please note that, if you are running on the CS Linux servers, you do not need to install any
of the software required by the course projects (e.g., CMake, pytest, etc.). It is already
installed on those servers.</p>
<p>If you are using a Windows or Mac system, you may need to install additional software required
by the projects, such as CMake, pytest, etc. Please note that, if you are running on the CS Linux servers,
you do not need to install any of this software; it is already installed on those servers.</p>
</li>
<li><p>Bear in mind that our code has only been tested on a <a class="reference external" href="https://uchicago-cs.github.io/student-resource-guide/environment/environment.html">CS Software Environment</a>. If you would prefer to use such an environment, the Student Resource Guide describes several ways of accessing a CS Software Environment (including remote options).</p>
<p>You can also run your development environment of choice on your personal computer, and connect to a CS machine only to compile, run, and test your code. This is particularly easy to set up using <a class="reference external" href="https://code.visualstudio.com/">Visual Studio Code</a>. The Student Resource Guide includes instructions on how to set up Visual Studio Code, and how to set it up to SSH into a CS environment.</p>
Expand Down

0 comments on commit bc10938

Please sign in to comment.