Skip to content

Commit

Permalink
Update setup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aprovoNYU authored Oct 17, 2024
1 parent fd6c705 commit 3f36efd
Showing 1 changed file with 4 additions and 32 deletions.
36 changes: 4 additions & 32 deletions _includes/lc/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,39 +7,11 @@ <h3>The Bash Shell</h3>
</p>
</div>

<div id="openrefine-setup">
<h3>OpenRefine</h3>
<div id="python-setup">
<h3>Python</h3>
<p>
OpenRefine is a tool to clean up and organize messy data. Please find instructions to
Python is a popular language for research computing, and great for general-purpose programming as well. Please find instructions to
install it and the data used in the lesson in the
<a href="https://librarycarpentry.org/lc-open-refine/">lesson</a>.
</p>
</div>

<div id="git-setup"> {% comment %} Start of 'Git' section. GitHub browser compatibility
is given at https://help.github.com/articles/supported-browsers/{% endcomment %}
<h3>Git</h3>
<p>
Git is a version control system that lets you track who made changes
to what when and has options for easily updating a shared or public
version of your code
on <a href="https://github.com/">https://github.com</a>.
</p>
<p>
Follow the instructions on
the <a href="https://librarycarpentry.org/lc-git/index.html#setup">lesson</a> to
install Git on your system.
</p>
<p>
You will need an account at <a href="https://github.com/">github.com</a>
for parts of the Git lesson. Basic GitHub accounts are free. We encourage
you to create a GitHub account if you don't have one already.
Please consider what personal information you'd like to reveal. For
example, you may want to review these
<a href="https://help.github.com/articles/keeping-your-email-address-private/">instructions
for keeping your email address private</a> provided at GitHub. You will
need a
<a href="https://help.github.com/articles/supported-browsers/">supported
web browser</a>.
<a href="https://librarycarpentry.org/lc-python-intro/index.html#installing-python-using-anaconda">lesson</a>.
</p>
</div>

0 comments on commit 3f36efd

Please sign in to comment.